changelog-gen
Automatically generate and update a professional CHANGELOG.md from your git history and Conventional Commits.
- Generate a Keep A Changelog formatted file from scratch
- Prepend recent changes to an existing CHANGELOG.md without duplication
- Group commits by semantic type like Added, Fixed, and Breaking Changes
Secure checkout via Stripe
Included in download
- Generate a Keep A Changelog formatted file from scratch
- Prepend recent changes to an existing CHANGELOG.md without duplication
- terminal automation included
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
[1.2.0] - 2024-05-20
Added
- (auth) native OAuth2 support
Fixed
- memory leak in socket connection
Breaking Changes
- The
v1/apiendpoint now requires an API key
[1.1.5] - 2024-05-12
Changed
- (deps) updated react to v18.3.0
changelog-gen
Automatically generate and update a professional CHANGELOG.md from your git history and Conventional Commits.
Secure checkout via Stripe
Included in download
- Generate a Keep A Changelog formatted file from scratch
- Prepend recent changes to an existing CHANGELOG.md without duplication
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
[1.2.0] - 2024-05-20
Added
- (auth) native OAuth2 support
Fixed
- memory leak in socket connection
Breaking Changes
- The
v1/apiendpoint now requires an API key
[1.1.5] - 2024-05-12
Changed
- (deps) updated react to v18.3.0
About This Skill
What it does
This skill automates the tedious process of maintaining a professional changelog. It parses your git history—specifically identifying Conventional Commits—and transforms raw commit logs into a beautifully structured CHANGELOG.md formatted according to the Keep a Changelog standard.
Why use this skill
Manually documenting every change is error-prone and often forgotten. While basic tools can dump commit messages into a file, this skill intelligently categorizes entries into sections like "Added", "Fixed", and "Breaking Changes". It handles version tagging, date mapping, and even preserves your existing file content by prepending the latest updates. It’s significantly more sophisticated than simple prompting because it executes specific shell commands to extract precise git metadata (hashes, scopes, and dates) that a standard LLM context window might miss or hallucinate.
Supported tools
- Git: Comprehensive history parsing and tag identification
- FileSystem: Intelligent reading and updating of your project root's CHANGELOG.md
- Conventional Commits: Native support for feat, fix, docs, refactor, and breaking changes
Use Cases
- Generate a Keep A Changelog formatted file from scratch
- Prepend recent changes to an existing CHANGELOG.md without duplication
- Group commits by semantic type like Added, Fixed, and Breaking Changes
- Filter history by specific git tags or ISO dates during generation
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/changelog-gen | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts