What problem does it solve? After a deploy, teams often discover breakage only when users report it. This Skill watches the live application post-deploy, catching console errors, performance regressions, and page failures before they reach users. ## Core Features & Use Cases - Post-deploy monitoring: Watches the live app for console errors, performance regressions, and page failures after a release. - Baseline comparison: Takes periodic screenshots and compares them against pre-deploy baselines to detect visual anomalies. - Anomaly alerting: Alerts on detected anomalies so issues surface immediately rather than through user reports. - Use Case: After shipping a new release, run a canary check to verify production pages render correctly, no new console errors appear, and performance has not regressed compared to the pre-deploy baseline. ## Quick Start Ask the assistant to monitor the deployment and watch production for errors and regressions against the pre-deploy baseline.