Standardizes and automates the software release lifecycle including changelog updates, version bumping, and GitHub release creation.
The Chorus Release skill provides a robust, step-by-step framework for managing the deployment of new software versions. It guides developers through the entire release pipeline—from identifying commit diffs and generating structured CHANGELOG.md entries to ensuring SemVer compliance in package files. By leveraging the GitHub CLI, it automates the creation of formal releases and tags, ensuring that every version update is consistent, well-documented, and error-free. This skill is essential for maintainers looking to professionalize their release workflow and improve transparency with their user base.
Key Features
01Automated commit diff analysis for changelog generation
02Standardized CHANGELOG.md formatting by category (Added, Changed, Fixed)
03Automated GitHub release and git tag creation via gh CLI
04378 GitHub stars
05Pre-flight verification checklist for clean release states