canary

Monitor deployed applications for console errors, broken pages, and performance regressions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify that a fresh deploy is healthy by watching the live app for console errors, broken pages, and performance regressions before users are affected.

Core Features & Use Cases

  • Live canary monitoring for post-deploy validation and anomaly detection.
  • Screenshot capture and baseline comparison to spot visual or functional drift.
  • Practical for production launches, hotfixes, and any release that needs fast confidence.

Quick Start

Ask the canary skill to monitor the app after your deploy and report any errors, regressions, or 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 my application for regressions after a production deploy?

Post-deploy monitoring via browser-driven observation captures screenshots, checks for console errors, and compares against baselines to detect visual or functional drift. You receive alerts on detected regressions without manual inspection.

What is screenshot-based anomaly detection for live production verification?

Screenshot-based anomaly detection captures live application states and compares them against baseline images to spot visual or functional drift. It applies to post-deploy canary checks to catch broken pages before users encounter them.

Can I use browser-driven observation to catch console errors and broken pages?

Yes, browser-driven observation monitors the live app for console errors and broken pages. It performs baseline comparison to identify performance regressions and alerts you on detected issues after shipping changes.

Does post-deploy canary checking work for hotfixes and production launches?

Yes, post-deploy canary checking applies to production launches, hotfixes, and any release needing fast confidence. It monitors the live app for errors, regressions, or page failures to verify deploy health before users are affected.

What's the best way to verify a fresh deploy is healthy before users are affected?

The best way to verify deploy health is running a post-deploy canary check that watches the live app for console errors, broken pages, and performance regressions. It applies baseline comparison and alerts on detected regressions without manual inspection.