通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/joel-martinez/canary-watch -g -a codex -y去掉 -g 可改为项目级安装
抢在用户之前,确认这次上线真的没问题。
Verify the live deploy before users tell you it is broken.
上线刚结束的 10-30 分钟最适合用它——「我们在 staging 验过了」这话在生产开始撑不住的那段时间。会按预设的关键路由清单走一遍,盯控制台错误、坏页面、和基线对比的视觉 diff。设计上很轻——不是 synthetic monitoring 平台。和 release-briefing 配合做发布沟通侧。别拿它替代合并前 QA,那是 qa-loop 或 gstack-qa 的活。
Best for the 10–30 minutes right after a deploy hits production, when "we already verified in staging" starts to wear thin. Hits a curated list of critical routes, watches for console errors, broken pages, and visual diffs against baseline. Lightweight by design — it is not a synthetic monitoring platform. Pair with release-briefing for the comms side. Don't use it as a substitute for pre-merge QA; that's qa-loop or gstack-qa's job.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/joel-martinez/canary-watch -g -a codex -y去掉 -g 可改为项目级安装
打开产品走一遍流程,发现问题就修,然后再验证。
根因没坐实之前,不急着动手修。
打开应用走完整流程,只修复已经验证的问题。
| 当前 · this skillCanary Watch | QA Loop | GStack Investigate | GStack QA | |
|---|---|---|---|---|
| 评分 · rating | 4.6 | 4.9 | 4.8 | 4.8 |
| 星标 · stars | 8.2k | 15k | 123k | 123k |
| 风险 · risk | 中风险 · med risk | 中风险 · med risk | 低风险 · low risk | 中风险 · med risk |
| 最适合 · best for | 发布后验证 | 浏览器冒烟测试 | 结构化调试 | 浏览器回归循环 |
| 不适合 · not for | 合并前评审 | 纯单元测试 | 快速文案改动 | 只读审计环境 |