canary

Monitor live production apps for console errors and performance regressions.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CaltexBevo/ihe-pulse --skill canary-caltexbevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/CaltexBevo/ihe-pulse/tree/main/.claude/skills/gstack.bak/canary
Command: npx skills add https://github.com/CaltexBevo/ihe-pulse --skill canary-caltexbevo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deploy canary monitoring protects production by watching live apps for console errors, performance regressions, and page failures, then alerting when anomalies appear.

Core Features & Use Cases

  • Baseline capture and comparison against pre-deploy state to detect regressions.
  • Automated, continuous monitoring of selected production pages with periodic screenshots and health checks.
  • Quick decisions for post-deploy validation and release confidence.

Quick Start

Start the canary monitor on the production URL after deployed.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor production apps for console errors after a deployment?

Post-deploy canary monitoring watches live production apps for console errors, performance regressions, and page failures. It automates continuous health checks and periodic screenshots to validate your web app after release.

What is the best way to detect performance regressions in live web apps?

Detecting performance regressions requires baseline capture and comparison against the pre-deploy state. Canary monitoring establishes these baselines before release and alerts you when anomalies appear.

How do I set up end-to-end validation for a production URL?

You start the canary monitor on the production URL after deployment. It coordinates page discovery, screenshot capture, and console checks to provide continuous end-to-end validation.

Can I use canary monitoring for ongoing health checks on selected production pages?

Yes, canary monitoring provides automated, continuous monitoring of selected production pages. It performs periodic screenshot capture and health checks to maintain ongoing release confidence.

Do I need to capture baselines before release for post-deploy validation?

Yes, baseline capture before release is necessary for post-deploy validation. Comparing the live production state against these pre-deploy baselines allows the monitor to detect regressions and alert on anomalies.

When should I use automated canary monitoring for web apps?

Automated canary monitoring is suitable for web apps that require end-to-end validation after deployment. Use it when you need quick decisions for post-deploy validation and release confidence.