prepare-release-notes
Installation
SKILL.md
Prepare Release Notes
Polish pending React Router change files and add manual release notes only when the release needs narrative context beyond the generated change lists.
Workflow
- Inspect local state:
git status --short
find packages -path '*/.changes/*.md' -not -name README.md -not -name .gitkeep -print | sort
- Read every pending change file. Do not edit generated changelogs or released notes directly.