writing-release-notes
Installation
SKILL.md
Writing Release Notes
Overview
Summarize shipped changes in a way that is accurate, scannable, and appropriate for the intended audience (internal, customers, or both).
When to Use
- A set of PRs/issues is ready for release and needs a coherent summary
- Stakeholders need to know impact, risk, and required follow-ups
- You must communicate changes without leaking sensitive/internal details
When NOT to use
- No user-visible or operationally relevant changes occurred
Core Pattern
Write for outcomes, not implementation:
- What changed (user-facing)
- Who is affected (segments, plans, roles)
- Anything required (migration steps, toggles, downtime)
- Known issues (if applicable)
Related skills
More from danbars/skills
writing-email-subjects
Use when an email draft exists but the subject line is unclear, too long, or needs options tailored to a specific audience and tone.
14writing-meeting-notes
Use when a meeting just occurred and notes need to be turned into a clear summary with decisions, action items, owners, and dates.
12triaging-bugs
Use when a bug report is ambiguous or incomplete and you need a consistent way to assess severity, impact, reproducibility, and the next investigative step.
10