What problem does it solve?
This Skill reduces the risk of bad production releases by guiding you through post-deploy health verification, canary monitoring, and a controlled rollback plan within the first critical minutes.
Core Features & Use Cases
- Post-deploy health verification: Defines what to check immediately (error rate, latency, login success, database performance, external service health) and how to respond to spikes.
- Canary deployment guidance: Supports gradual rollouts from small traffic slices (e.g., 5% → 50% → 100%) when the repository’s infrastructure exposes a rollout mechanism.
- Rollback procedure and incident response: Provides clear rollback triggers, verification after rollback, and a structured incident response workflow if things break.
Use case: You just merged changes to production and need to confirm the deployment is healthy quickly, catch regressions early with canary metrics, and execute rollback if KPIs degrade.
Quick Start
Instruct the AI to perform post-deployment operations for the last release by checking the repo’s available health/telemetry surfaces, running a 30-minute KPI verification plan, and producing a deployment report plus a rollback decision outline.