canary-watch

Monitor website status, console errors, performance metrics, and key content after deployments.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill canary-watch-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary-watch
Source: https://github.com/rlagycks/oh-my-forge/tree/main/skills/canary-watch
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill canary-watch-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects regressions and errors in a deployed website or application, enabling proactive monitoring and quick issue resolution.

Core Features & Use Cases

  • Real-time Monitoring: Continuously checks website status, console errors, performance metrics, and key content.
  • Custom Watch Modes: Supports quick, sustained, and differential monitoring to suit different deployment scenarios.
  • Use Case: After deploying a new feature, verify the website's stability by running sustained checks every 5 minutes over an hour, alerting the team of any regressions or anomalies.

Quick Start

Use the canary-watch skill to monitor your production site and receive alerts if critical issues are detected.

Frequently Asked Questions about canary-watch

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

FAQPage Schema
How do I monitor website health for regressions after a deployment?

To monitor website health for regressions after a deployment, you can automate checks that validate HTTP status codes, console logs, page load times, and key content presence to ensure site stability.

What is the best way to automate post-deploy performance monitoring?

The best way to automate post-deploy performance monitoring is by running sustained checks at scheduled intervals, such as every 5 minutes over an hour, to detect anomalies and alert the team of regressions.

Can I check for console errors and validate content presence automatically?

Yes, you can automatically check for console errors and validate content presence by configuring continuous monitoring scripts that track these specific metrics alongside website status and load times.

Does this automated site monitoring work with continuous integration workflows?

Yes, this automated site monitoring is designed for continuous integration and deployment workflows, validating deployed site stability and user experience quality without requiring external dependencies.

What watch modes are available for detecting website anomalies?

Available watch modes for detecting website anomalies include quick, sustained, and differential monitoring, allowing you to tailor regression checks to different deployment scenarios and timeframes.

Why do I need automated alerts for post-deploy site stability?

Automated alerts for post-deploy site stability are needed to enable proactive monitoring and quick issue resolution by immediately notifying the team when critical errors or performance regressions are detected.