What problem does it solve?
This Skill automates semantic version bump decisions and changelog preparation for software releases by analyzing PRs and commits.
Core Features & Use Cases
- Automated version bump recommendation: Analyze commits since main and determine the appropriate MAJOR, MINOR, or PATCH increment.
- Changelog drafting: Generate a release note entry aligned with Keep a Changelog style and keep history in sync.
- PR prep automation: Update version files, commit changes, push the feature branch, and prepare a PR scaffold for release.
- Use Case: On a feature branch with multiple commits, automatically choose the bump level and create a PR ready for review.
Quick Start
On a feature branch with changes since main, run the skill in Prepare mode to compute the bump, apply changes to version files, draft a changelog entry, and prepare the PR workflow. Review the generated commit messages and push the branch, then open the PR.