Codymaster cm-post-deploy-canary
Use after deployment to run smoke tests and post-deploy canary checks via the browse daemon.
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-post-deploy-canary" ~/.claude/skills/tody-agent-codymaster-cm-post-deploy-canary && rm -rf "$T"
manifest:
skills/cm-post-deploy-canary/SKILL.mdsource content
cm-post-deploy-canary — smoke + browse tail
CLI
cm canary --url https://app.example.com cm canary --url https://app.example.com --browse-port 17395 --token "$CM_BROWSE_TOKEN"
Flow
- HTTP GET the URL (status < 400).
- Optionally pull browse daemon
for recent browser errors after deploy./console
Next
- Wire into cm-safe-deploy as a final step.
- Add programmatic CWV (Lighthouse) when you need baselines per PR.