What problem does it solve?
This Skill removes the manual friction of cutting a release by coordinating version bumps, changelog updates, build regeneration, tagging, pushing, and optional GitHub publication in one controlled flow.
Core Features & Use Cases
- Release Orchestration: Guides an end-to-end release from the latest semver tag or an explicit version target.
- Changelog Synthesis: Drafts release notes from recent xt reports and keeps the scope limited to the approved release files.
- Validation and Safety: Verifies the resulting diff, enforces strict file boundaries, and checks that the tag and push completed successfully.
- Use Case: A maintainer wants to ship v2.4.1 after a week of changes and needs the changelog, package version, dist output, and Git tag updated together without touching source files.
Quick Start
Ask the assistant to cut the next release for the project, using the latest tag as the base and returning the final version, commit, tag, and push status.