What problem does it solve?
This Skill prevents risky, inconsistent OmniRoute releases by standardizing version bumps, security checks, and release documentation into one guarded workflow that requires human approval at key gates.
Core Features & Use Cases
- End-to-end release orchestration: Creates/validates the correct
release/vX.Y.Z integration branch flow, enforces patch-only versioning rules, and coordinates changelog generation from commits since the last tag.
- Complete CHANGELOG with attribution: Builds a full
CHANGELOG.md section including PR back-references, contributor attribution, and coverage assertions so no commit is silently omitted.
- Safety gates and controlled publishing: Runs security verification (npm audit, CodeQL, Dependabot), enforces quality gates, and stops for user confirmation before deployment/tagging steps.
Quick Start
Run the release workflow with the Generate Release skill and follow its prompts to review the PR and approve Phase 2 and Phase 3 before any tagging or publishing occurs.