What problem does it solve? Shipping a release without verifying build, tests, migrations, config, and rollback from a clean checkout leads to broken demos, failed deploys, and painful handoffs. This Skill replaces gut-feel sign-off with a structured gate table where every pass/fail is backed by pasted evidence from the exact commit being shipped. ## Core Features & Use Cases - Tiered release gates: Applies a different gate bar for demo, internal, handoff, and production targets, covering reproducible install, typecheck, lint, build, tests, health endpoint, secrets audit, and migration status. - Specialized reference playbooks: Loads on-demand guidance for handoff readiness, deployment preflight, blue-green/canary/rollback topology, game release checklists, team release orchestration, and emergency hotfix workflows. - Use Case: Before promoting a branch to production, run the full gate suite from a fresh clone, confirm npm ci and prisma migrate status are clean, verify no secrets are committed, and receive a Go/No-Go verdict with blockers separated from follow-ups. ## Quick Start Ask the AI to run a release readiness check against the current repository for a production deploy and produce the gate table with a Go or No-Go verdict.