canary

Monitor a live URL for console errors, performance changes, and page failures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production deployments can silently suffer after release due to missing visibility: console errors, performance regressions, and page failures that degrade user experience. The canary skill provides continuous browser-based monitoring to surface these issues early.

Core Features & Use Cases

  • Baseline capture and comparison to detect regressions
  • Per-page health checks with screenshots, console, and perf metrics
  • Telemetry logging for auditing and incident reviews
  • Phase-driven canary workflow that alerts teams and helps with post-deploy checks

Quick Start

Invoke the canary skill with the production URL you want to monitor to begin a default 10-minute health-check window.

Frequently Asked Questions about canary

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

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

You can monitor a production URL for console errors and performance regressions by running a continuous browser-based health check that captures console logs, performance metrics, and page failures to detect post-deployment issues early.

What is baseline comparison for post-deploy validation and when do I need it?

Baseline comparison for post-deploy validation captures initial console, performance, and screenshot metrics to compare against live production states, needed when you want to detect silent regressions after a new release.

Can I run per-page health checks with screenshots and telemetry logging for my web app?

Yes, you can run per-page health checks that capture screenshots, console errors, and performance metrics, while logging telemetry data for auditing and incident reviews across web apps and critical dashboards.

Does production health monitoring work without any additional dependencies or components?

Yes, production health monitoring works without external dependencies or components, using gstack-enabled tooling and a defined file structure to execute browser-based checks and log telemetry autonomously.

What is the best way to automate post-deploy checks for page failures and anomalies?

The best way to automate post-deploy checks for page failures is a phase-driven canary workflow that continuously monitors a live URL for anomalies, capturing screenshots and alerting teams to silent production issues.

How long does a default continuous monitoring session last for post-deployment validation?

A default continuous monitoring session for post-deployment validation lasts 10 minutes, invoked by providing the production URL to initiate a health-check window that tracks console errors and performance changes.