一键导入
canary-watch
Post-deploy monitoring -- watches deployed URLs for regressions in HTTP status, console errors, performance, content, and API health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Post-deploy monitoring -- watches deployed URLs for regressions in HTTP status, console errors, performance, content, and API health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | canary-watch |
| description | Post-deploy monitoring -- watches deployed URLs for regressions in HTTP status, console errors, performance, content, and API health. |
| origin | ECC |
Monitors a deployed URL for regressions after deployment.
## Canary Report -- myapp.com
| Check | Result | Baseline | Delta |
|-------|--------|----------|-------|
| HTTP | 200 | 200 | -- |
| Console errors | 0 | 0 | -- |
| LCP | 1.8s | 1.6s | +200ms |
| API /health | 145ms | 120ms | +25ms |
### No regressions detected. Deploy is clean.
Pair with /browser-qa for pre-deploy verification.
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots.
Clean Architecture patterns for Android and Kotlin Multiplatform projects -- module structure, dependency rules, UseCases, Repositories, and data layer patterns.
Performance baseline and regression detection -- page performance, API latency, build times, and before/after comparison.
Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold.
Automated visual testing and interaction verification -- smoke tests, interaction tests, visual regression, and accessibility audits using browser automation.
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.