canary

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

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill canary-uzumaki-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/canary
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill canary-uzumaki-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deploy canary monitoring detects live-app issues such as console errors, performance regressions, and page failures by comparing against baselines and taking periodic screenshots to alert on anomalies.

Core Features & Use Cases

  • Canary monitors after deploy, watches production for errors, performance changes, and page failures.
  • Takes periodic screenshots, compares against pre-deploy baselines, and raises alerts when anomalies are detected.
  • Use cases include post-deploy verification, production health surveillance, and quick risk checks before full rollout.

Quick Start

Run the canary monitor after deploying to start automated post-deploy health checks.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I automate post-deploy health checks for live web applications?

Automate post-deploy health checks by running a canary monitor that watches live production apps for console errors, performance regressions, and page failures. It compares against pre-deploy baselines and takes periodic screenshots to detect anomalies.

What is post-deploy canary monitoring and how does it detect production anomalies?

Post-deploy canary monitoring is a verification process that observes live production environments after a deploy. It detects anomalies by analyzing live logs, capturing periodic screenshots, and comparing current application states against established pre-deploy baselines.

Can I compare live production logs against pre-deploy baselines to find performance regressions?

Yes, you can compare live logs against pre-deploy baselines to identify performance regressions. The canary monitor analyzes live application logs and raises alerts when it detects anomalies like console errors or page failures.

When should I use canary monitoring for production health surveillance?

Use canary monitoring for post-deploy verification, ongoing production health surveillance, and quick risk checks before a full rollout. It is intended for observing live apps to catch console errors and performance changes immediately after deployment.

Does post-deploy monitoring work by taking periodic screenshots to alert on page failures?

Yes, post-deploy monitoring works by taking periodic screenshots of the live application and comparing them against pre-deploy baselines. It triggers alerts on anomalies, effectively catching visual page failures and performance regressions.