What problem does it solve?
It helps you generate clear, user-focused release notes from a project's git commit history, so users can quickly understand what changed in the latest version.
Core Features & Use Cases
- User-impact grouping: Organizes commits into categories like Highlights, Features, Bug fixes, Performance, Breaking changes, and Deprecations, focusing on what users will notice.
- Evidence-backed traceability: Includes commit or PR references for credibility and auditability.
- Migration guidance for breaking changes: Writes a plain migration note explaining what users must do and when the old behavior stops working.
Use cases include preparing a changelog entry for a new tagged release, summarizing changes for downstream consumers, and maintaining a consistent release-note format across versions.
Quick Start
Use the draft-release-notes skill to create a changelog-ready section for CHANGELOG.md by summarizing all non-merge commits since the last release tag.