canary

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

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill canary-shaythegay13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/shaythegay13/serenity-pocket-app-final/tree/main/.claude/skills/gstack/canary
Command: npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill canary-shaythegay13

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Canary monitors production deployments to catch issues that slip past CI, such as console errors, performance regressions, and page failures, by continuously observing the live app and comparing against baselines.

## Core Features & Use Cases

  • Baseline capture and continuous monitoring after deploy
  • Periodic screenshots, console/error/perf checks, and anomaly alerts
  • Use cases: post-deploy verification, production health checks, alert-driven incident response

### Quick Start Start a 10-minute canary run at the production URL to begin baseline capture and transition to ongoing monitoring.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor production health after a deploy?

Post-deploy production monitoring requires capturing a baseline state and continuously observing the live app for console errors, performance regressions, and page failures to alert on anomalies.

What is canary monitoring for production reliability?

Canary monitoring is a technique that catches production issues missed by CI by taking periodic screenshots and collecting logs after a deploy, comparing them against pre-deploy baselines to detect anomalies.

How do I detect production console errors and performance regressions post-deployment?

Detect post-deployment console errors and performance regressions by running a continuous monitoring session that observes live app pages, collects logs, and alerts when anomalies appear against a pre-deploy baseline.

Do I need a browse daemon to run post-deploy canary checks?

Yes, post-deploy canary checks require a browse daemon to observe the live app, along with a defined monitoring duration and a configurable set of pages to watch for production anomalies.

How long should a post-deploy production health check run?

A post-deploy production health check can run for a configurable monitoring duration, such as a 10-minute canary run, to capture baselines and transition into ongoing live app observation.

When should I use automated canary monitoring instead of manual production checks?

Automated canary monitoring should be used for post-deploy verification and production health checks when you need alert-driven incident response for issues that slip past CI, rather than relying on manual observation.