Agent skill
canary
Post-deploy monitoring loop. Watches for console errors, performance regressions, and page failures. Periodic screenshots and anomaly detection. Use after deploying to production.
Install this agent skill to your Project
npx add-skill https://github.com/DenchHQ/DenchClaw/tree/main/skills/gstack/canary
SKILL.md
Canary — Post-Deploy Monitoring
Extended monitoring after deployment. Watch for problems that only appear under real traffic.
Related skills: land-and-deploy | qa | benchmark
Monitoring Loop
Run every 2-5 minutes for the specified duration (default: 30 minutes):
Each Iteration
- Navigate to the production URL
- Console errors — any new JS exceptions since last check?
- Network errors — any failed requests?
- Performance — page load time within normal range?
- Screenshot — visual comparison with previous iteration
- Key interactions — test 2-3 critical flows (login, main feature, etc.)
Anomaly Detection
Flag if any of these change between iterations:
- New console errors appear
- Network requests start failing
- Page load time increases > 50% from baseline
- Visual layout changes unexpectedly
- Key text content disappears
- HTTP status codes change (200 → 500)
Output
CANARY REPORT
═══════════════════════════════════════
Duration: 30 minutes
Checks: 12
Anomalies: 0
Console errors: 0 new
Network errors: 0 new
Performance: Stable (avg 1.8s LCP)
Status: HEALTHY
═══════════════════════════════════════
If anomalies detected:
⚠️ ANOMALY DETECTED at [timestamp]
Type: [console error / network failure / perf regression / visual change]
Details: [specific error or change]
Action: [recommend: investigate / revert / monitor]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dench-integrations
Connected app integration recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe, YouTube, and 500+ more)
gstack-workflow
Structured AI-assisted development workflow with specialist roles — Think, Plan, Build, Review, Test, Ship, Reflect. Adapted from garrytan/gstack (MIT).
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION. Use when reviewing strategy, questioning scope, or before engineering review.
investigate
Systematic root-cause debugging. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause investigation first. Use when debugging errors, unexpected behavior, or troubleshooting.
design-consultation
Build a complete design system from scratch. Research the landscape, propose safe choices AND creative risks, generate DESIGN.md. Use when creating a new design system or establishing design foundations for a project.
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health. Takes over after ship. One command from "approved" to "verified in production."
Didn't find tool you were looking for?