What problem does it solve?
This Skill automates and manages the entire release lifecycle, from collecting candidate changes to closing a release, ensuring quality gates are met and providing clear traceability.
Core Features & Use Cases
- Release Management: Create, deploy, verify, and close releases with automated changelog generation, version bumping, and Git tagging.
- Quality Gates: Enforces automated checks and human approvals throughout the release process.
- Traceability: Links code changes back to business goals and provides visibility into the release pipeline.
- Use Case: When you're ready to ship new features, use
/pace-release create to gather merged code changes, then /pace-release deploy to push to staging, /pace-release verify to run automated tests, and finally /pace-release close to finalize the release with version updates and tags.
Quick Start
Use the pace-release skill to create a new release.