changelog-generator
by Samuel Rose
Generates user-facing changelogs from git history. Transforms developer commit messages into clear release notes that users actually understand.
- Rewrite cryptic commit messages into clear user-centric documentation
- Categorize updates automatically into features, fixes, and breaking changes
- Suggest appropriate semantic version bumps based on code changes
Free
One-time purchase · Own forever
See it in action
### New Features - You can now export your dashboard data as a CSV file. ### Bug Fixes - Fixed an issue where users were unexpectedly logged out when their session expired. ### Breaking Changes - The /api/v1/users endpoint now requires authentication. Update your API clients.
changelog-generator
by Samuel Rose
Generates user-facing changelogs from git history. Transforms developer commit messages into clear release notes that users actually understand.
Free
One-time purchase · Own forever
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Downloadable skill package
- Works with Claude Code, GitHub Copilot CLI
- Instant install
See it in action
### New Features - You can now export your dashboard data as a CSV file. ### Bug Fixes - Fixed an issue where users were unexpectedly logged out when their session expired. ### Breaking Changes - The /api/v1/users endpoint now requires authentication. Update your API clients.
About This Skill
Turn your messy git history into professional release notes. This skill reads commits between versions or tags, categorizes them (features, improvements, bug fixes, breaking changes), and rewrites each entry from the user's perspective. "fix(auth): handle null token in refresh flow" becomes "Fixed an issue where users were unexpectedly logged out when their session expired." It groups related commits, suggests semver version bumps, and matches the format of your existing CHANGELOG.md if you have one. Supports professional, friendly, and technical tones.
Use Cases
- Rewrite cryptic commit messages into clear user-centric documentation
- Categorize updates automatically into features, fixes, and breaking changes
- Suggest appropriate semantic version bumps based on code changes
- Format release notes to match established project style guidelines
Known Limitations
- Cannot interpret changes in non-text files or binary assets. - Accuracy depends on the quality of git history; extremely vague commits (e.g., "update") require manual review. - Limited to local git history access.
How to Install
unzip changelog-generator.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, GitHub Copilot CLI, Cursor, and SKILL.md-compatible agents with git access
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
pr-description-writer
Writes clear pull request descriptions by analyzing your branch diff. Covers what changed, why, how, and what to test. Works with GitHub, GitLab, and Bitbucket.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.