canary

Monitor live applications post-deployment for console errors and performance regressions.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill canary-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/gstack/skills/canary
Command: npx skills add https://github.com/xotong/claude-marketplace --skill canary-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canary monitors live production after deployments to detect console errors, performance regressions, and page failures.

Core Features & Use Cases

  • Post-deploy monitoring to surface anomalies in production.
  • Baseline-driven comparisons using periodic screenshots to identify regressions.
  • Real-time alerts and visibility to triage deployment issues.

Quick Start

Run the canary after deployment to start monitoring production and alerting on anomalies.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor live production apps for regressions after deployment?

Post-deploy monitoring of live production apps detects console errors, performance regressions, and page failures. It operates with periodic screenshots and baseline comparisons to identify regressions across deployed versions and raises alerts on anomalies.

What is baseline-driven comparison for post-deploy monitoring?

Baseline-driven post-deploy monitoring compares periodic screenshots of live production against a pre-deploy baseline to identify visual or performance regressions. It surfaces anomalies and raises alerts to triage deployment issues.

Do I need a pre-deploy baseline to monitor production for anomalies?

Yes, post-deploy monitoring requires an established pre-deploy baseline to compare against. You also need access to the browse daemon and integration with the gstack workflow to trigger alerts on detected regressions.

How do I set up alerting for console errors and page failures in production?

Alerting for console errors and page failures requires integrating post-deploy monitoring with the gstack workflow. The monitor captures periodic screenshots, compares them to a baseline, and triggers alerts when anomalies are detected.

Can I detect performance regressions across deployed versions using screenshots?

Yes, detecting performance regressions across deployed versions is done using periodic screenshots compared against an established pre-deploy baseline. This baseline-driven approach surfaces visual and performance anomalies in live production.

When should I not rely on baseline comparisons for production monitoring?

Baseline comparisons for production monitoring are unsuitable without an established pre-deploy baseline or browse daemon access. The mechanism depends on periodic screenshots, making it ineffective for dynamically changing content without a stable reference.