What problem does it solve?
This Skill automates the complex, multi-step process of cutting a software release, ensuring consistency while preventing common errors like accidental minor version bumps or releasing from the wrong branch.
Core Features & Use Cases
- Automated Release Pipeline: Orchestrates the entire flow from changeset detection and gate validation to tagging and npm publishing.
- Safety Guardrails: Enforces strict branch verification, prevents force-pushes, and provides human-in-the-loop gates for critical versioning decisions.
- CI/CD Integration: Monitors GitHub Actions workflows and provides precise diagnostic reports for failures, ensuring the release is fully verified before completion.
Quick Start
Ask the agent to cut a new release for the kobe project and it will handle the versioning, testing, and publishing process for you.