changelog-gen
Installation
SKILL.md
Changelog Generator
Writing changelogs by hand is tedious. This tool reads your git history between two refs and generates a properly categorized changelog entry. No more copy-pasting commit messages.
One command. Zero config. Just works.
Quick Start
npx ai-changelog --from v1.0.0 --to v2.0.0
What It Does
- Reads git log between any two refs (tags, branches, commits)
- Groups commits into Added, Changed, Fixed, Removed
- Cleans up messy commit messages into readable entries
- Outputs markdown ready for your CHANGELOG.md