通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
Codex
npx skills add https://github.com/evan-hsu/incident-investigate -g -a codex -y去掉 -g 可改为项目级安装
原因还没坐实之前,不急着修。
No fixes until the cause is real.
在那种「第一反应反而是错的」事故里它最有用。强制走「证据—假设—验证—再动手」的顺序:先收集日志,列出候选假设,逐个验证,最后才提修复方案。只要救下一次本该用「重启就好」掩盖掉的真实数据完整性问题,回报就够了。但纯样式回归就别用它了,等回滚比慢思考更划算。
Best for incidents where the fastest reflex would be the wrong fix. Forces an evidence-before-action loop: collect logs, list candidate hypotheses, verify each, only then propose a change. Pays for itself the moment it catches the kind of incident where "just restart it" would have masked a real data-integrity problem. Skip it for obviously cosmetic regressions — the cost of slowing down outweighs the cost of a re-deploy there.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/evan-hsu/incident-investigate -g -a codex -y去掉 -g 可改为项目级安装
打开产品走一遍流程,发现问题就修,然后再验证。
根因没坐实之前,不急着动手修。
抢在用户之前,确认这次上线真的没问题。
| 当前 · this skillIncident Investigate | QA Loop | GStack Investigate | Canary Watch | |
|---|---|---|---|---|
| 评分 · rating | 4.8 | 4.9 | 4.8 | 4.6 |
| 星标 · stars | 10k | 15k | 123k | 8.2k |
| 风险 · risk | 低风险 · low risk | 中风险 · med risk | 低风险 · low risk | 中风险 · med risk |
| 最适合 · best for | 根因分析 | 浏览器冒烟测试 | 结构化调试 | 发布后验证 |
| 不适合 · not for | 快速样式修补 | 纯单元测试 | 快速文案改动 | 合并前评审 |