changelog-writer
Installation
SKILL.md
Changelog Writer
Generate changelogs, release notes, breaking change summaries, migration guides, and version bump recommendations from git history.
Scope: Changelog and release documentation only. NOT for git operations (git-workflow), documentation sites (docs-steward), or code review (honest-review).
Dispatch
| $ARGUMENTS | Mode |
|---|---|
Empty / generate |
Generate changelog from recent commits |
release <version> |
User-facing release notes for specific version |
breaking |
Breaking change detection and summary |
migration <from> <to> |
Migration guide between two versions |
bump |
Semantic version recommendation based on changes |
| Unrecognized input | Ask for clarification, show mode menu |
Canonical Vocabulary
Related skills