summarize
SolidSummarize a spec or current changes into a format suitable for sharing on Slack. Use when creating a summary for team communication.
AI & Automation 837 stars
66 forks Updated 2 days ago MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Summarize the given spec or current changes into a format suitable for sharing on Slack.
Read the spec file or use git diff to understand the current changes if no spec is provided.
Output the summary in this exact format:
```
**Problem:** Right now, we ...
- <bullet point explaining issue>
- <bullet point explaining issue>
- ...
**Solution:** <one sentence explaining the solution>
- <bullet point explaining change>
- <bullet point explaining change>
- ...
```
Guidelines:
- Write concisely using active voice
- Focus on what matters to teammates who have no context
- Do not reference "this spec" or "this PR" - explain the problem and solution directly
- Keep bullet points short and scannable
- Use technical terms appropriately but avoid jargon
Details
- Author
- saffron-health
- Repository
- saffron-health/libretto
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
pr-summary
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
22 Updated yesterday
fusengine Testing & QA Listed
write-spec
Synthesizes the current conversation and codebase understanding into a spec document, without interviewing. Use when the user asks to "write a spec", "turn this into a spec", "specにして", or after an interview reaches shared understanding.
0 Updated today
thinceller Testing & QA Solid
spec
Synthesize the current conversation into a spec at docs/specs/<feature>.md, test seams included.
1 Updated today
toverux