What problem does it solve?
Deploying code to production carries inherent risk. This skill automates post-deploy verification by continuously monitoring the live application for console errors, performance regressions, and visual anomalies, providing immediate feedback when a release introduces issues.
Core Features & Use Cases
- Automated Canary Monitoring: Watches the live app for console errors, performance regressions, and page failures using the browse daemon.
- Visual Regression Detection: Takes periodic screenshots and compares them against pre-deploy baselines to catch visual bugs.
- Anomaly Alerting: Alerts on detected anomalies so you can roll back or fix issues before they impact all users.
- Use Case: After shipping a new feature, run this skill to automatically verify the deployment didn't break critical user flows or introduce console errors.
Quick Start
Use the canary skill to monitor your latest production deployment for console errors, performance regressions, and visual anomalies.