What problem does it solve?
This Skill automatically generates user-facing changelogs from git commits by analyzing commit history, transforming technical notes into clear release notes, and saving hours of manual writing.
Core Features & Use Cases
- Analyze commit history to categorize changes into features, improvements, bug fixes, and breaking changes.
- Translate developer-oriented commits into customer-friendly release notes.
- Update docs/changelog.md with a structured, brand-consistent changelog following Changesets conventions.
- Filter out noise by excluding internal or non-user-facing commits.
- Integrate with standard Changesets workflows for multi-package repos and release management.
Quick Start
Run pnpm changeset in your repository to create a new changeset, then use this skill to generate and insert the corresponding changelog entry into docs/changelog.md for the latest release.