Agent Skills
› catlog22/Claude-Code-Workflow
› investigate
investigate
GitHub基于链式加载器的五阶段调查技能,通过根因门禁机制执行完整或假设驱动的故障排查,输出根本原因及置信度。
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


