canary

Detect console errors, performance regressions, and page failures in live apps.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/nhattran998/personal-athlete-agent --skill canary-nhattran998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/nhattran998/personal-athlete-agent/tree/main/.agents/skills/gstack-canary
Command: npx skills add https://github.com/nhattran998/personal-athlete-agent --skill canary-nhattran998

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deploy canary monitoring detects and surfaces issues in live apps, including console errors, performance regressions, and page failures, enabling fast remediation.

Core Features & Use Cases

  • Watches live production to detect console errors, latency shifts, and page failures.
  • Takes periodic screenshots and compares against pre-deploy baselines to surface anomalies.
  • Generates alerts when anomalies are detected and supports use cases like post-deploy checks, canary validation, and production monitoring.

Quick Start

Activate canary monitoring after deployment to begin detecting anomalies and alerting you to issues.

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 canary anomalies?

Canary monitoring detects post-deploy anomalies by taking periodic screenshots of live apps and comparing them against pre-deploy baselines to surface console errors, performance regressions, and page failures.

What is canary validation and how does it detect performance regressions?

Canary validation watches live production environments to detect latency shifts and page failures. It compares current screenshots against pre-deploy baselines to identify anomalies and generate actionable alerts for fast remediation.

How do I set up post-deploy checks to catch console errors in production?

Activate canary monitoring after deployment to run post-deploy checks. It relies on a browse daemon to collect data from live production, detecting console errors and comparing screenshots against baselines to generate alerts.

Does canary monitoring work without additional dependencies?

Yes, canary monitoring operates without external dependencies. It relies internally on a browse daemon to collect data from live apps, compare periodic screenshots against baselines, and generate actionable alerts for anomalies.

What is the best way to alert on page failures during a production deployment?

Canary monitoring is the best way to alert on page failures during production deployments. It watches live apps, takes periodic screenshots, compares them to pre-deploy baselines, and automatically raises alerts when anomalies are found.

Why do I need pre-deploy baselines for canary monitoring?

Pre-deploy baselines are required for canary monitoring to detect anomalies accurately. The skill takes periodic screenshots of live apps and compares them against these baselines to identify console errors, latency shifts, and page failures.