canary

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

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill canary-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/gstack/canary
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill canary-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After deployment, teams risk undetected issues like console errors, slow pages, and regressions in user experience. Canary monitoring helps surface problems early to protect reliability.

Core Features & Use Cases

  • Continuous post-deploy monitoring with a browse daemon, automatic screenshots, baseline comparisons, and alerting.
  • Detects console errors, performance regressions, and page failures across critical pages after every deploy.
  • Use case: verify a new release in production, surface regressions before customers notice, and accelerate incident response.

Quick Start

Start canary monitoring for a deployed URL and watch for anomalies.

Frequently Asked Questions about canary

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

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

Post-deploy monitoring catches console errors by running a browse daemon against critical pages, capturing screenshots and logs to surface regressions before users notice.

What is the best way to detect performance regressions in a live app?

Detecting performance regressions involves taking live performance measurements across critical pages and comparing them against established baselines to identify anomalies.

How do I verify a new release in production without manual testing?

Verify a new release in production by initiating continuous post-deploy monitoring that automatically checks for page failures, console errors, and performance drops.

Can I get automated alerts for page failures across critical services?

Yes, automated alerting triggers when the browse daemon detects page failures or performance regressions, helping accelerate incident response immediately after release.

Does post-deploy health checking require baseline comparisons to work?

Baseline comparisons are essential for post-deploy health checks to accurately identify performance regressions by contrasting live measurements against normal operational thresholds.