What problem does it solve? Deploys that pass CI can still break in production through missing environment variables, stale CDN caches, or slow migrations. This Skill watches your live app in the first critical minutes after a deploy, catching regressions before users report them. ## Core Features & Use Cases - Baseline Capture: Take pre-deploy screenshots, console error counts, and load times per page, then compare post-deploy state against them. - Continuous Monitoring Loop: Check pages every 60 seconds for a configurable duration (1-30 minutes), alerting only on changes that persist across consecutive checks. - Severity-Based Alerts: Classify issues as CRITICAL (page load failure), HIGH (new console errors), MEDIUM (2x performance regression), or LOW (new broken links), each with screenshot evidence. - Use Case: After shipping a new dashboard page, run the monitor against your production URL for 10 minutes to confirm load times stay near baseline and no new console errors appear. ## Quick Start Monitor https://myapp.com for 10 minutes after this deploy and alert me if any page shows new console errors or slowdowns.