Agent Skills
› catlog22/Claude-Code-Workflow
› investigate
investigate
GitHub基于chain_loader执行五阶段调查方法论,通过根因门控进行深度排查。支持全量调查或从假设阶段切入,输出根因与置信度。
Trigger Scenarios
需要系统性排查问题根源
执行根因分析任务
Install
npx skills add catlog22/Claude-Code-Workflow --skill investigate -g -y
SKILL.md
Frontmatter
{
"name": "investigate",
"description": "Chain-loaded investigation. 5-phase Iron Law methodology with root cause gate.",
"allowed-tools": "chain_loader(*)"
}
Investigate (Chain-Loaded)
Use chain_loader to execute:
chain_loader start --chain=ccw-investigate— Full investigationchain_loader start --chain=ccw-investigate --entry=from-hypothesis— Skip to hypothesis testing Phases are inline in chain JSON. Variables: root_cause, confidence
Version History
- 07491b0 Current 2026-07-25 09:32


