More screenshots
Works with the AI tools you already use
📝 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.
$9
· or 45 creditsSecure checkout via Stripe
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.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
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.
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
Browse More Skills

OpenAPI and Request Collection Builder
Turn your API's route and handler code into a spec-compliant OpenAPI 3.1 document and a ready-to-import request collection — paths, referenced schemas, auth, error responses, examples, and a variable-driven collection with the base URL and token wired up. Derived from your code, not invented.
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.

frontend-motion-wizard
Advanced responsive layout and interactive micro-interaction engine for React, Tailwind CSS, and Framer Motion. Automatically injects fluid element states, mobile-first touch behaviors, adaptive viewports, and non-destructive layout transitions into static codebases
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.