
Changelog Generator
Turn git history into clean release notes: parses Conventional Commits across a tag range or commit window, groups them into Features, Fixes, and Breaking Changes, translates the jargon into plain English, and suggests the next SemVer bump. Markdown ready for GitHub, GitLab, or your CHANGELOG.md.
- Create professional GitHub release notes from git tag comparisons.
- Automatically categorize commits into Features, Fixes, and Breaking Changes.
- Determine the next SemVer version based on commit history impact.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Create professional GitHub release notes from git tag comparisons.
- Automatically categorize commits into Features, Fixes, and Breaking Changes.
- terminal, file_write automation included
- Ready for Keep a Changelog format.
Sample input
Generate a changelog for my recent commits since the last tag. Include categories, breaking changes, and a SemVer suggestion.
Sample output
v1.2.0 (12 commits)
✨ Features
- Add support for OAuth2 providers (a1b2c3d)
- Implement dark mode toggle (e4f5g6h)
🐛 Fixes
- Resolve memory leak in parser (i7j8k9l)
💥 Breaking Changes
- The
v1API endpoint is now deprecated.
Suggested version: v1.2.0 (Minor increment)
Turn git history into clean release notes: parses Conventional Commits across a tag range or commit window, groups them into Features, Fixes, and Breaking Changes, translates the jargon into plain English, and suggests the next SemVer bump. Markdown ready for GitHub, GitLab, or your CHANGELOG.md.
$9
· or 45 creditsSecure checkout via Stripe
Also available in a bundle
Included in download
- Create professional GitHub release notes from git tag comparisons.
- Automatically categorize commits into Features, Fixes, and Breaking Changes.
- terminal, file_write automation included
- Ready for Keep a Changelog format.
- Instant install
Sample input
Generate a changelog for my recent commits since the last tag. Include categories, breaking changes, and a SemVer suggestion.
Sample output
v1.2.0 (12 commits)
✨ Features
- Add support for OAuth2 providers (a1b2c3d)
- Implement dark mode toggle (e4f5g6h)
🐛 Fixes
- Resolve memory leak in parser (i7j8k9l)
💥 Breaking Changes
- The
v1API endpoint is now deprecated.
Suggested version: v1.2.0 (Minor increment)
About This Skill
Turn Git Commits into Professional Release Notes
Transforming a messy git history into a readable changelog shouldn't be a manual chore. This skill automates the extraction and categorization of commit data, providing polished Markdown release notes ready for GitHub, GitLab, or your CHANGELOG.md file.
What it does
The Changelog Generator scans your repository's history based on tags, commit ranges, or a specific count. It performs the following at a high level:
- Intelligent Parsing: Analyzes commit subjects and bodies for Conventional Commit types (feat, fix, docs, etc.).
- Breaking Change Detection: Automatically identifies breaking changes via
!markers orBREAKING CHANGE:footers. - Automatic Categorization: Groups updates into emoji-labeled sections for maximum readability.
- SemVer Suggestions: Proposes the next version number (Major, Minor, or Patch) based on the nature of the changes detected.
Why use this skill?
While you could ask a basic AI to "summarize these commits," this skill follows a rigorous logic gate to ensure consistency. It handles edge cases like malformed commit messages, complex tag comparisons (e.g., v1.0.0..HEAD), and cross-referencing breaking changes across sections. It translates technical commit jargon into user-facing language, saving developers hours of manual editing.
Output Format
The result is a structured Markdown document including a summary of the commit range, categorized bullet points with short hashes, and a suggested version increment.
Use Cases
- Create professional GitHub release notes from git tag comparisons.
- Automatically categorize commits into Features, Fixes, and Breaking Changes.
- Determine the next SemVer version based on commit history impact.
- Generate a summary of recent work for a weekly stakeholder update.
Known Limitations
- Requires conventional commit format (feat:, fix:, etc.) for automatic grouping
- Non-conventional commits are grouped as "Other"
- Breaking changes must be marked with
!orBREAKING CHANGE:footer - Does not automatically push or create GitHub releases
- Max commit history: 1,000 commits for performance
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/changelog-generator-1 -o /tmp/changelog-generator-1.zip && unzip -o /tmp/changelog-generator-1.zip -d ~/.claude/skills && rm /tmp/changelog-generator-1.zipFree 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
File Scopes
Changelog Generator needs terminal access to run `git log` and `git tag` commands to fetch commit history. No direct file read access required — git provides the data. File write access is optional and only used when the user asks to save to CHANGELOG.md (user confirms before overwrite). No browser, network, or environment variable access required.
Works with Claude Code and Codex. Requires git in PATH. Outputs markdown ready for GitHub Releases, Keep a Changelog format.
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.