What problem does it solve? Promoting code from staging to production involves coordinating git release PRs, CI/CD pipeline stages, human approval gates, edge health probes, and rollback readiness. This Skill guides AI agents through the entire ChrisShop release engineering workflow so deployments follow the enforced two-stage promotion rules without missed steps. ## Core Features & Use Cases - Production Promotion Workflow: Executes a phased staging-to-production release including preflight health checks, unpromoted commit inspection, release PR creation via GitHub CLI, and merge verification. - Deployment Pipeline Monitoring: Tracks the 5-stage GitHub Actions deploy.yml DAG, alerts the operator when the production environment approval gate is reached, and verifies post-deployment edge health. - Emergency Rollback: Executes instant Cloudflare Workers rollbacks via wrangler or the rollback.yml workflow, then confirms recovery through the /api/health endpoint. - Use Case: An operator asks to promote staging to production. The agent probes the staging edge, lists unpromoted commits, creates the release PR, monitors the deployment run, prompts for human approval at the gate, and delivers a formatted deployment report with rollback instructions. ## Quick Start Ask the agent to promote staging to production and monitor the deployment until the live edge health check passes.