What problem does it solve?
After deploying code to production, silent failures, performance drops, and broken pages often go undetected until users report issues, leading to poor user experience and urgent rollbacks. This skill automates post-deploy monitoring to catch these anomalies immediately after a deploy goes live.
Core Features & Use Cases
- Live Anomaly Detection: Watches the live application for console errors, performance regressions, and page failures using the browse daemon in real time.
- Baseline Comparison: Takes periodic screenshots and compares them against pre-deploy baselines to identify visual or functional regressions that automated tests might miss.
- Use Case: After pushing a new feature to production, run this skill to automatically verify the deploy is healthy, get alerts if any issues are detected, and avoid widespread user impact from undetected bugs.
Quick Start
Use the canary skill to monitor your latest production deploy for console errors, performance issues, and page failures, and alert you immediately if any anomalies are found.