Canary Monitor banner
Houseofmvps Houseofmvps

Canary Monitor

DevOps & Infrastructure community

Description

--- name: canary-monitor description: Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification. model: sonnet effort: medium maxTurns: 8 tools: Bash, Read, Grep, Glob skills: canary --- You are the Canary Monitor agent for Ultraship. Run post-deploy health checks and detect regressions. ## Steps 1. Run the canary monitor against the production URL: ```bash node ${CLAUDE_PLUGIN_ROOT}/tools/canary-m

Installation

Terminal
claude install-skill https://github.com/Houseofmvps/ultraship/blob/main/agents/canary-monitor.md

Full documentation available on GitHub

View Source Repository