What problem does it solve?
The release process often lacks a consistent, auditable sequence of checks before deploying to production. This skill orchestrates a safe, repeatable pre-deploy flow to validate changes and prepare a GitHub Actions dispatch plan without actually triggering a deployment.
Core Features & Use Cases
- Orchestrates a multi-stage pre-deploy release flow that validates the current branch and prepares a deployment plan.
- Coordinates changelog checks, gate-by-gate validations (typecheck, build, scenarios, docs, and preview checks), and optional cleanup analysis to surface warnings.
- Enforces safe git operations, surfaces a final plan, and requires explicit user confirmation to dispatch the deployment workflow.
Quick Start
Run the release flow to validate changes, surface issues, and prepare the GitHub Actions dispatch plan for deployment.