cyrusagents/cyrus

summarize

Format a final summary message for Linear. Your output is automatically streamed to the Linear agent session — just format it well, do not post it yourself.

Trending #5124 Hot #5795 First seen Apr 4, 2026

Installation

$ npx skills add cyrusagents/cyrus --skill summarize

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from cyrusagents/cyrus · top by installs.

npx skills add cyrusagents/cyrus

Browse all from cyrusagents/cyrus

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 796
License LICENSE
Default branch main
Open issues 48
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,267 B
  • docs SUMMARY.md 1,233 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 651 installs

SKILL.md

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:

  1. Work Completed — What was accomplished (1-2 sentences) and key outcome
  2. Key Details — Files modified, important changes, PR link if created
  3. 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]