What problem does it solve?
This Skill provides automated post-deploy monitoring to detect site availability failures, JavaScript console errors, visual regressions, and performance regressions immediately after a production release, enabling fast alerting and rollback decisions.
Core Features & Use Cases
- Availability checks: Hit critical routes (root, primary route, login, backend health) and verify HTTP 200 responses.
- Console and page error capture: Run a headless browser to collect console messages and page errors, classify severity (hydration warnings vs uncaught exceptions), and log or escalate failures.
- Visual regression and performance spot checks: Save screenshots to docs/screenshots, compare against baselines when available, and measure DOMContentLoaded and load timings against thresholds.
- Use Case: Run the canary after each production deployment to determine whether to post alerts, notify the CEO channel, or initiate a rollback based on failed checks.
Quick Start
Run the canary to verify the live site for availability, console errors, visual differences, and key performance metrics.