What problem does it solve?
Catch regressions and failures that slip past CI by watching the live app immediately after deploy, so small configuration errors, CDN issues, and runtime regressions are caught in minutes instead of hours.
Core Features & Use Cases
- Continuous short-window monitoring: periodically load pages for a configurable duration (default 10 minutes) to detect persistent failures.
- Baseline comparison: capture pre-deploy baselines (screenshots, console errors, perf timings, text) and alert only on new or persistent deviations.
- Visual and telemetry evidence: take screenshots each check, diff against baselines, record console errors, and generate markdown and JSONL reports for incident triage.
- Smart alerting: tolerate single transient blips, require persistence across checks, and surface CRITICAL / HIGH findings with evidence and remediation choices.
- Use case: run this after deploy to verify core navigation paths and detect a missing env var, broken bundle, or slow DB migration in the first 10 minutes.
Quick Start
Run the canary skill against your production URL immediately after deploy to monitor key pages for 10 minutes and capture screenshots for baseline comparison.