What problem does it solve?
Post-deploy monitoring is essential to catch issues that pass CI but fail in production, such as missing environment variables, cache issues, or slow migrations. This skill provides an automated, time-bounded post-deploy health check to detect regressions early and keep services reliable.
Core Features & Use Cases
- Continuous post-deploy monitoring: Observe production behavior for a defined window to identify errors and performance regressions.
- Baseline capture and comparison: Create baselines before or during deployment to detect drift and regressions.
- Alert-driven health checks: Produce structured alerts (CRITICAL/HIGH/MEDIUM) with evidence like logs, timings, and screenshots, guiding quick remediation.
- Use Case: After deploying a new release, run canary checks on the production URL to verify no critical issues appear within the first ten minutes.
Quick Start
Run /canary <url> to start a 10-minute canary monitor on the target production URL.