canary-watch

Monitor deployed URLs for regressions across status, console, network, performance, content, and API health.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill canary-watch-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary-watch
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/canary-watch
Command: npx skills add https://github.com/cescrafli/compyrasion --skill canary-watch-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors a deployed URL for regressions after deploys, merges, or dependency upgrades, helping teams catch issues before users are impacted.

Core Features & Use Cases

  • Post-deploy health checks: verify HTTP status 200, detect new console errors, and identify API latencies.
  • Multi-maceted monitoring: tracks performance metrics (LCP, CLS), content presence, and API health across environments.
  • Flexible watch modes: quick check, sustained watch, and diff mode to compare environments like staging vs production.

Quick Start

Run a quick canary watch against your production URL to verify health after deployment.

Frequently Asked Questions about canary-watch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor a deployed URL for regressions after a post-deploy verification?

Post-deploy URL monitoring checks deployed endpoints for regressions across HTTP status, console errors, network requests, performance metrics, content presence, and API latency to catch issues before users are impacted.

What is post-deploy health checking and how does it detect API latency and console errors?

Post-deploy health checking verifies HTTP 200 status and identifies new console errors and API latencies by applying deterministic checks and baselines against a deployed URL to report health status.

Can I compare staging and production environments to track web health and performance metrics?

Yes, you can use diff mode to compare environments like staging versus production, tracking performance metrics such as LCP and CLS alongside content presence and API health across both environments.

Does post-deploy monitoring work for PR merges and dependency upgrades across staging environments?

Yes, post-deploy monitoring applies to PR merges and dependency upgrades across both production and staging environments, using deterministic checks and multi-mode operation to report regressions.

What is the best way to run a quick check for web health regressions after a deployment?

The best way to check for web health regressions is running a quick watch mode against your production URL, which immediately verifies status, console, network, performance, content, and API health.

What are the limitations of quick check mode for sustained uptime monitoring?

Quick check mode provides immediate post-deploy verification but lacks sustained observation; for ongoing uptime monitoring, you must switch to sustained watch mode to continuously track regressions over time.