Changelog Generator Pro
by Timoranjes
Turn git commit history into structured, categorized changelogs with automatic SemVer bump detection.
Free
Free forever. No account required to browse.
Works with the AI tools you already use
See it in action
You say
Search the git history between v1.2.0 and the current HEAD. Generate a Keep a Changelog formatted summary and suggest the next version number.
Your agent does
Changelog v1.3.0
Features
- High: Added OAuth2 PKCE flow support
Bug Fixes
- Medium: Resolved race condition in rate limiter
Breaking Changes
- Critical: Removed /v1/api legacy endpoints
Recommended bump: MAJOR (1.2.0 -> 2.0.0)
About this skill
Automated Changelog & Release Notes Engine
Transform messy git history into professional, structured changelogs. Changelog Generator Pro parses Conventional Commits to automatically categorize changes, detect breaking updates, and recommend semantic version bumps.
What it does
- Intelligent Parsing: Analyzes git logs to extract features, fixes, and breaking changes using the Conventional Commits specification.
- Auto-Versioning: Calculates whether your next release should be a Major, Minor, or Patch based on commit impact.
- Multi-Format Export: Generates output in Markdown (Keep a Changelog standard), GitHub Release format, JSON, or plain text.
- Smart Filtering: Automatically strips CI/CD noise, merge commits, and duplicates to keep notes clean.
Why use this skill
Manually drafting release notes is error-prone and tedious. While a basic AI prompt might summarize commits, this skill uses a structured pipeline to ensure 100% accuracy in versioning logic and formatting standards. It bridges the gap between raw code changes and stakeholder-ready documentation, supporting monorepos, custom date ranges, and specific tag comparisons.
Supported Environments
Compatible with any AI agent featuring terminal and file access, including Claude Code, Cursor, and GitHub Copilot. It operates entirely locally on your repository with no external API dependencies.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free forever, no account required
Creator
Frequently Asked Questions
Popular in Documentation

Changelog & Release Notes Generator
Generate beautiful release notes and changelogs automatically from commits, pull requests, and deployments.
git-stats
Generate comprehensive repository analytics and contributor insights from your git history.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.

✍️ Git Commit Writer
Generate Conventional Commit messages from your staged git diff: auto-detects type and scope from the changed files, flags breaking changes, and keeps work-in-progress out of the message. Clean, searchable history that plays nicely with automated changelog tools.