canary

Monitor live production apps for console errors and performance regressions after deployment.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Jia-Hong-Peng/jolike.com --skill canary-jia-hong-peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/Jia-Hong-Peng/jolike.com/tree/main/.claude/skills/gstack/canary
Command: npx skills add https://github.com/Jia-Hong-Peng/jolike.com --skill canary-jia-hong-peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments often break in production due to issues not caught in testing, and manual monitoring is slow and reactive. This skill automates post-deploy verification to catch failures before users report them.

Core Features & Use Cases

  • Live Error Detection: Watches the live application for console errors, performance regressions, and page failures using the browse daemon.
  • Visual Baseline Comparison: Takes periodic screenshots and compares them against pre-deploy baselines to detect visual regressions.
  • Anomaly Alerting: Alerts on detected anomalies, helping teams respond to deployment issues immediately.
  • Use Case: After pushing a new release, run this skill to automatically verify the production site is healthy and matches expected behavior.

Quick Start

Use the canary skill to monitor the live production site for console errors, performance regressions, and page failures after deployment.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor production applications for regressions after a deployment?

Post-deploy canary monitoring detects console errors, performance regressions, and page failures in live production applications by capturing screenshots and comparing them against pre-deploy baselines to alert on anomalies.

How does visual regression monitoring work for live production apps?

Visual baseline comparison works by using a browse daemon to take periodic screenshots of the live production app and compare them against pre-deploy baselines to detect visual regressions and alert on detected anomalies.

Can I use automated canary monitoring to catch console errors before users report them?

Yes, automated canary monitoring watches the live application for console errors and page failures, alerting teams on detected anomalies immediately to catch deployment issues before users report them.

What is the best way to verify production site health after pushing a new release?

The best way to verify production site health is running post-deploy canary monitoring to automatically check that the live site matches expected behavior without manual, reactive monitoring.

Does canary monitoring require pre-deploy baselines to detect performance regressions?

Yes, canary monitoring requires pre-deploy baselines to accurately detect performance regressions and visual anomalies by comparing live production screenshots against the established baseline.