Generates curated, user-facing changelog entries from pull request commits and metadata.
This skill automates the creation of high-quality changelog entries by analyzing git commits and PR metadata within your Claude Code environment. Instead of a raw git log dump, it intelligently filters out noise like chore and internal refactoring commits to focus on meaningful changes such as new features, bug fixes, and breaking changes. It follows standardized documentation formats, groups updates by category, and links them to the relevant PR number, making it an essential tool for maintaining clean project history with minimal manual effort.
主要功能
011 GitHub stars
02Automated insertion into existing CHANGELOG.md files
03Automatic grouping of changes by type such as Added, Fixed, and Security
04Direct integration with GitHub CLI to fetch PR metadata and numbers
05Intelligent commit filtering to exclude chores and documentation typos
06Consolidates multiple related commits into single user-facing entries
使用场景
01Summarizing complex pull requests for stakeholders or team leads
02Maintaining a consistent and professional project history automatically
03Generating release notes for a new software version based on merged PRs