canary-watch

Monitors deployed URLs for regressions after deploys, merges, or dependency upgrades.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill canary-watch-contentbugvideoediting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary-watch
Source: https://github.com/contentbugvideoediting/cb-project-assistant/tree/main/services/cb-s-claude/vendor/s-claude/skills-library/canary-watch
Command: npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill canary-watch-contentbugvideoediting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments often introduce regressions that degrade user experience. Canary-watch continuously monitors a deployed URL to detect regressions after deploys, merges, or dependency upgrades.

Core Features & Use Cases

  • Quick post-deploy checks to confirm pages load correctly and errors are not introduced.
  • Sustained monitoring with configurable intervals and durations to catch intermittent issues.
  • Cross-environment comparisons (e.g., staging vs production) to detect drift and regressions.

Quick Start

Run canary-watch against your URL to start monitoring for regressions.

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 release?

Quick post-deploy checks monitor your deployed URL to confirm pages load correctly without introduced errors. It provides threshold-based alerts and a concise markdown report summarizing health and regressions.

Can I compare staging and production environments to detect configuration drift?

Cross-environment comparisons detect drift and regressions across staging and production. By monitoring deployed URLs in both environments, you can identify configuration mismatches and verify page health after merges.

What is the best way to catch intermittent production issues after dependency upgrades?

Sustained monitoring with configurable intervals and durations catches intermittent production issues. It continuously checks your deployed URL to detect delayed regressions following dependency upgrades, merges, or deployments.

How do I set up threshold-based alerts for post-deploy production health?

Threshold-based alerts monitor production health by checking your deployed URL against defined limits. When post-deploy regressions exceed these thresholds, you receive alerts detailed in a concise markdown report.

Does regression monitoring work for both quick checks and sustained intervals?

Regression monitoring supports both quick post-deploy checks and sustained monitoring with configurable intervals. This flexibility lets you confirm immediate page loads and catch intermittent production issues over extended durations.