summarize
Summarize
Format a final summary of the work completed. Your output will be automatically rendered inside Linear — just write it as your response. Do not use any tool to post or save it.
Content
Cover the following:
- Work Completed — What was accomplished (1-2 sentences) and key outcome
- Key Details — Files modified, important changes, PR link if created
- Status — Completion status and any follow-up needed
Format
- Aim for 3-5 paragraphs maximum
- Use clear, professional language suitable for Linear
- Use markdown formatting for readability
- Collapsible sections: Wrap "Changes Made" and "Files Modified" in
+++Section Name\n...\n+++ - @mentions: Use the Linear profile URL format from
<assignee>context (e.g.https://linear.app/<workspace>/profiles/<username>)
Example
## Summary
[Brief description of what was done]
+++Changes Made
- [Key change 1]
- [Key change 2]
+++
+++Files Modified
- [File 1]
- [File 2]
+++
## Status
[Current status and any next steps]
[PR link if applicable]
More from ceedaragents/cyrus
cyrus-setup
Set up Cyrus end-to-end — install prerequisites, configure authentication, create integrations (Linear, GitHub, Slack), add repositories, and launch. Run this once to get Cyrus running as a background agent.
218cyrus-setup-linear
Create a Linear OAuth application and configure Cyrus to use it — supports agent-browser automation or guided manual setup.
177cyrus-setup-claude-auth
Configure Claude Code authentication for Cyrus — API key, OAuth token, or third-party provider.
173cyrus-setup-github
Configure GitHub for Cyrus — gh CLI login and git config for PRs, with optional webhook setup to enable @mention responses in PR comments, automated rebases and merges, and auto-fixing based on CI failures (coming soon).
168cyrus-setup-repository
Add one or more Git repositories to Cyrus configuration so it can process issues from those repos.
162cyrus-setup-prerequisites
Check and install prerequisites for Cyrus — Node.js, jq, gh CLI, and the cyrus-ai npm package.
162