changelog-generator-pro
by Zicheng Liao
Turn git commit history into structured, categorized changelogs with automatic SemVer bump detection.
- Automate release notes for GitHub/GitLab releases
- Calculate semantic version bumps from commit history
- Maintain standardized CHANGELOG.md files automatically
Free
Sample input
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.
Sample output
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)
changelog-generator-pro
by Zicheng Liao
Turn git commit history into structured, categorized changelogs with automatic SemVer bump detection.
Free
Included in download
- Downloadable skill package
- Instant install
Sample input
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.
Sample output
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.
Use Cases
- Automate release notes for GitHub/GitLab releases
- Calculate semantic version bumps from commit history
- Maintain standardized CHANGELOG.md files automatically
- Filter and group monorepo changes by specific package scopes
- Audit commit quality and impact before a production deploy
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/changelog-generator-pro -o /tmp/changelog-generator-pro.zip && unzip -o /tmp/changelog-generator-pro.zip -d ~/.claude/skills && rm /tmp/changelog-generator-pro.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.
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
Allowed Hosts
File Scopes
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
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.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.