write-release-notes
Installation
SKILL.md
Write Release Notes
Workflow
- Inspect the changelog, commits since the previous tag, and notable docs changes.
- Group notes into Added, Improved, Fixed, Changed, and Validation.
- Explain user-facing value before implementation details.
- Mention breaking changes and migration steps clearly.
- Keep notes copy-ready for GitHub Releases.
Verification
- Version matches the tag.
- Notes do not claim unverified CI success.
Common Mistakes
- Listing internal file changes without explaining user value.