Agent Skills
› JuliusBrussee/caveman
› investigate-first
investigate-first
GitHub在修改代码前先诊断故障,通过收集证据、分离症状与原因、评估假设来定位未知或间歇性问题。仅在找到可信机制后报告原因,禁止擅自修复。
触发场景
未知原因的故障排查
间歇性行为分析
性能回归调查
需要证据排名的假设验证
安装
npx skills add JuliusBrussee/caveman --skill investigate-first -g -y
SKILL.md
Frontmatter
{
"name": "investigate-first",
"description": "Diagnose ambiguous failures before editing. Use for unknown causes, intermittent behavior, performance regressions, or investigations needing evidence-ranked hypotheses."
}
Investigate first
Gather evidence before changing product code.
- Separate observed symptom from inferred cause.
- Trace inputs, state transitions, ownership boundaries, and failure output.
- Rank hypotheses by evidence and cheap falsification value.
- Do not edit until one credible mechanism explains evidence.
- Stop exploration when evidence is sufficient to name cause or exact blocker.
Report cause and proof. Make no fix unless task authorizes implementation.
版本历史
- 12aa8cc 当前 2026-08-16 08:54


