What problem does it solve? After a deployment, teams need to know quickly whether the live app is broken. This Skill watches the production app for console errors, performance regressions, and page failures so problems are caught before users report them. ## Core Features & Use Cases - Post-deploy monitoring: Watches the live app through a browse daemon, capturing console errors and page failures as they occur. - Visual regression detection: Takes periodic screenshots and compares them against pre-deploy baselines to flag unexpected visual changes. - Anomaly alerting: Alerts on anomalies detected during the monitoring window so regressions surface immediately. - Use Case: After shipping a new release, invoke the canary monitor to watch production for a period, comparing live behavior and screenshots against the pre-deploy baseline and alerting if anything diverges. ## Quick Start Ask the assistant to run the canary skill to monitor the deployed app for errors and regressions after the next deploy.