write-release-noteslisted
Install: claude install-skill felipecabargas/gambit
# Release Notes Writer
## When to Use
Use this skill when you need to turn internal sprint or release output into clear, customer-facing communication. It adds the most value when:
- **After every sprint or release** — converting raw ticket output into polished release notes is time-consuming and error-prone when done manually. This skill does the filtering, rewriting, and grouping in one pass.
- **When publishing a changelog** — a public changelog requires a consistent voice, accurate grouping (New vs. Improved vs. Fixed), and zero internal jargon. This skill enforces all three.
- **When preparing a product announcement** — release announcements need a highlights section that leads with customer impact, not a flat list of tickets. This skill surfaces the most impactful items and writes the opening narrative automatically.
## Input Format
The skill accepts several input forms. The richer the input, the better the filtering and rewriting.
**Sprint review output from `sprint-review`:**
```
Path: ./sprint-review-2026-05-05.md
```
**Pasted ticket list (with or without descriptions):**
```
- PROJ-1042: Refactor auth middleware to use JWT
- PROJ-1043: Add bulk CSV export to reporting page
- PROJ-1044: Fix crash on mobile when attachment > 5MB
- PROJ-1045: Upgrade React to 18.3
- PROJ-1046: Users can now set a custom notification schedule
```
**PR list from a release branch:**
```
PR #312: feat: add CSV export to reports
PR #314: fix: mobile crash on large attachment upload