canary

Monitor production deployments for anomalies via browser-based screenshot comparisons.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/zhifengzhang-sz/divine-book --skill canary-zhifengzhang-sz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/zhifengzhang-sz/divine-book/tree/main/.claude/skills/gstack/canary
Command: npx skills add https://github.com/zhifengzhang-sz/divine-book --skill canary-zhifengzhang-sz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canary after-deploy monitoring automates the detection of production issues, surfacing console errors, performance regressions, and page failures early so you can act fast.

Core Features & Use Cases

  • Automatic post-deploy checks using a browser-based daemon to capture screenshots, collect console errors, and measure performance.
  • Baseline comparison against pre-deploy baselines to identify regressions and anomalies.
  • Alerts and remediation prompts when anomalies are detected, enabling quick rollback or hotfix workflows.

Quick Start

Run after deploy to monitor production for console errors, performance regressions, and page failures.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor production deployments for anomalies after a release?

Post-deploy canary monitoring automates production anomaly detection by capturing screenshots, collecting console errors, and measuring performance regressions using a browser-based daemon after you deploy.

What is a canary deployment monitoring strategy for web applications?

Canary monitoring compares post-deploy application states against pre-deploy baselines to identify regressions and anomalies, alerting you to page failures or performance drops early in production.

How do I detect console errors and performance regressions in production?

You detect console errors and performance regressions by running a browse daemon post-deploy that monitors production web apps, compares current metrics against baselines, and alerts on detected anomalies.

Does automated canary monitoring work for baseline comparison in web apps?

Yes, canary monitoring applies to post-deploy verification and baseline comparisons in production web apps by capturing screenshots and comparing them against pre-deploy states to identify visual or functional anomalies.

When should I use canary monitoring for post-deploy verification?

You should use canary monitoring immediately after deploy to capture production anomalies, surface console errors, and detect page failures early so you can trigger quick rollback or hotfix workflows.

Can post-deploy monitoring alerts trigger rollback or hotfix workflows?

Yes, when anomalies are detected during post-deploy monitoring, the system generates alerts and remediation prompts that enable quick rollback or hotfix workflows for the production deployment.