root-cause
Installation
SKILL.md
Root Cause Skill
When invoked:
- Inspect error stack traces, execution logs, or failing test outputs.
- Formulate 3 plausible hypotheses for the bug's origin.
- Test hypotheses against codebase reality using non-destructive inspection (prints/logs/types).
- Identify the single root cause and document it in .agents/issues/root-cause.md.
- Propose a targeted patch strategy before delegating to /implement.