Release Notes Synthesizer
Commit Format
This repo uses Conventional Commits: feat:, fix:, refactor:, docs:, test:, chore:.
Workflow
- •Run
git log --onelineto review recent commits since the last release/tag. - •Parse Conventional Commit prefixes to categorize: Features, Bug Fixes, Refactoring, Documentation.
- •Call out breaking changes (look for
BREAKING CHANGE:in commit bodies or!suffix). - •Note any dependency changes or version pin updates.
- •Provide a concise summary for stakeholders with the most impactful changes first.
Output
- •Produce a Markdown release note section grouped by category.
Related Skills
- •
change-plan-conventional-commits— ensures commits follow the format this skill parses