What problem does it solve?
It prevents broken or risky releases by enforcing a consistent, production-grade checklist covering quality, security, documentation, and pipeline readiness.
Core Features & Use Cases
- Release readiness gates: Verifies linting, typing, tests, coverage thresholds, and the absence of unresolved TODO/FIXME/debugging artifacts before tagging.
- Security and dependency hygiene: Requires clean audit and scanning results and flags vulnerability or credential issues before publishing.
- Governance and doc drift control: Ensures generated governance/documentation artifacts are in sync so published behavior matches declared rules.
- Release workflow orchestration: Guides changesets-driven versioning, GitHub Actions publishing (OIDC trusted publishing), and emergency/manual publishing and rollback steps.
Quick Start
Ask the AI to run the release pre-launch checklist and then confirm the correct changesets-based release workflow steps are ready to execute on main.