Release Notes Skill
Generates structured changelog entries by analyzing git diffs and PR descriptions.
Steps
- Run
git log --onelinefor the release range - Categorize commits: feat, fix, refactor, docs, chore, test
- For each significant change, check knowledge graph for affected symbols
- Generate changelog in Keep a Changelog format
- Apply template from
@.claude/skills/release-notes/template.md