通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garrytan/gstack/tree/main/investigate -g -a codex -y去掉 -g 可改为项目级安装
根因没坐实之前,不急着动手修。
No fixes until the root cause is real.
bug 是在代码里而不是在运行态时,它最合适。和 incident-investigate 一样有「根因没明确前不修复」的纪律,但更偏静态代码调查:读可疑模块、建假设树、要求先有失败测试或复现,才允许改代码。在 flaky test 和间歇性故障这种「浅修反而更糟」的场景里最强。运维侧事故(日志、流量、基础设施)用 incident-investigate 更合适。
Best when the bug lives inside the code itself, not in operational state. Same "no fixes until the root cause is real" discipline as incident-investigate, but biased toward static code investigation: reads suspect modules, builds a hypothesis tree, asks for a failing test or repro before proposing a change. Strongest on flaky tests and intermittent failures where shallow patches make things worse. For ops-side incidents (logs, traffic, infra), incident-investigate fits better.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/garrytan/gstack/tree/main/investigate -g -a codex -y去掉 -g 可改为项目级安装
原因还没坐实之前,不急着修。
抢在用户之前,确认这次上线真的没问题。
在 CI 暴露问题之前,先补上明显的测试缺口。
| 当前 · this skillGStack Investigate | Incident Investigate | Canary Watch | Test Bench | |
|---|---|---|---|---|
| 评分 · rating | 4.8 | 4.8 | 4.6 | 4.4 |
| 星标 · stars | 123k | 10k | 8.2k | 6.1k |
| 风险 · risk | 低风险 · low risk | 低风险 · low risk | 中风险 · med risk | 低风险 · low risk |
| 最适合 · best for | 结构化调试 | 根因分析 | 发布后验证 | 缺失覆盖 |
| 不适合 · not for | 快速文案改动 | 快速样式修补 | 合并前评审 | 手工浏览器探索 |