canary

Monitor live applications for console errors and performance regressions after deployment.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/steadyfall/fspeek --skill canary-steadyfall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canary
Source: https://github.com/steadyfall/fspeek/tree/main/.claude/skills/gstack/canary
Command: npx skills add https://github.com/steadyfall/fspeek --skill canary-steadyfall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-deploy canary monitoring solves the need to verify a new release's health without full deployments, by watching for console errors, performance regressions, and page failures using the browse daemon, and by taking periodic screenshots and comparing them against pre-deploy baselines to alert on anomalies.

Core Features & Use Cases

  • Post-deploy canary monitoring across production environments.
  • Automatic detection of console errors and performance regressions with anomaly alerts.
  • Periodic screenshots and baseline comparisons to catch regressions early.

Quick Start

Run the canary monitor after a deployment to watch for console errors, performance regressions, and page failures using the browse daemon.

Frequently Asked Questions about canary

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

FAQPage Schema
How do I monitor my application for console errors and performance regressions after a production deployment?

Post-deploy canary monitoring uses a browse daemon to watch your live application for console errors and performance regressions, taking periodic screenshots to detect issues after a production deployment.

What is post-deploy canary monitoring and how does it detect anomalies?

Post-deploy canary monitoring detects anomalies by taking periodic screenshots of your live application, comparing them against pre-deploy baselines, and alerting you when configurable thresholds are exceeded.

How do I set up automatic detection of page failures and performance regressions in production environments?

You can set up automatic detection by running the canary monitor across production environments, which uses a browse daemon to watch for page failures and performance regressions with configurable alert thresholds.

Can I use baseline comparisons to catch visual regressions early after a new release?

Yes, baseline comparisons are used to catch regressions early by comparing periodic screenshots taken after deployment against pre-deploy states to identify visual anomalies.

What's the best way to verify a new release's health without doing a full deployment?

Post-deploy canary monitoring verifies a new release's health by watching for console errors, performance regressions, and page failures using a browse daemon, without requiring a full deployment.

Are anomaly alert thresholds configurable when monitoring live applications post-deploy?

Yes, anomaly alert thresholds are configurable, allowing you to tune the sensitivity of alerts triggered by console errors, performance regressions, and baseline screenshot comparisons.