canary

Monitor live apps for console errors, performance regressions, and page failures.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/binfen1/my-skills --skill canary-binfen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/binfen1/my-skills/tree/main/claude-code/canary
Command: npx skills add https://github.com/binfen1/my-skills --skill canary-binfen1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deploy canary monitoring identifies issues in live apps by watching for console errors, performance regressions, and page failures. It helps teams detect regressions early after deployment.

Core Features & Use Cases

  • Continuous post-deploy monitoring of live apps for errors, latency spikes, and page failures using the browse daemon.
  • Takes periodic screenshots and compares them against pre-deploy baselines to surface regressions.
  • Alerts on anomalies and ties into the deployment workflow to accelerate incident response.

Quick Start

Run the canary post-deploy check after deploying to start monitoring and establish a baseline automatically.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor live apps for post-deploy console errors and performance regressions?

Post-deploy monitoring uses a browse daemon to continuously watch live apps for console errors, latency spikes, and page failures. It takes periodic screenshots and compares them against pre-deploy baselines to surface regressions early after deployment.

What is canary monitoring and how does it detect anomalies?

Canary monitoring detects post-deploy anomalies by comparing live application screenshots against established pre-deploy baselines. This browse daemon workflow identifies visual regressions, page failures, and performance issues, triggering alerts to accelerate incident response.

How do I establish a pre-deploy baseline for post-deploy checks?

To establish a pre-deploy baseline for post-deploy checks, run the canary monitoring workflow before deployment. It automatically captures baseline screenshots of the live app, which are later compared against post-deploy states to detect anomalies.

Can I automate incident response alerts for production watches after deployment?

Yes, canary monitoring automates incident response alerts by tying anomaly detection directly into the deployment workflow. When the browse daemon detects console errors or page failures during production watches, it triggers alerts immediately.

Does post-deploy canary monitoring work without external dependencies?

Yes, canary monitoring operates without external dependencies. It relies entirely on its internal browse daemon workflow to take periodic screenshots, compare them against pre-deploy baselines, and alert on detected anomalies during production watches.