What problem does it solve?
After deploying code to production, teams often lack immediate visibility into whether the deploy introduced regressions, leading to user-facing outages before issues are detected. This Skill eliminates that blind spot by running automated health checks immediately post-deploy to catch problems early.
Core Features & Use Cases
- Automated Health Checks: Runs multiple HTTP status, response time, and error pattern checks at configurable intervals to catch both immediate and delayed post-deploy failures.
- Baseline Regression Detection: Compares current deploy metrics against a saved baseline to identify performance or behavior regressions that basic health checks might miss.
- Incident Response Integration: Escalates critical failures to immediate rollback recommendations and integrates with the /rescue skill and Sentry for fast incident mitigation.
- Extended Monitoring Support: Supports longer monitoring windows for risky deploys to catch delayed failures like connection pool exhaustion or cache warm-up issues.
- Use Case: After pushing a new payment feature to production, run this Skill to confirm checkout flows are working, response times are within acceptable ranges, and no new error spikes appear before marking the deploy as successful.
Quick Start
Use the canary skill to run post-deploy health checks on your production URL right after you finish deploying your latest code changes.