What problem does it solve?
This Skill challenges proposed fixes to determine whether they address the underlying root cause or only patch symptoms, helping teams avoid repeated regressions and misguided fixes by applying a compressed 5-why analysis to scored findings.
Core Features & Use Cases
- Confidence-filtered analysis: Automatically selects High and Medium confidence findings from scored results to avoid wasting effort on likely false positives.
- Source-aware batching: Groups findings by file and containing function, pre-reads functions with surrounding context, and pre-greps caller chains to give agents the necessary code context.
- Parallel agent execution and merge: Spawns parallel root-cause agents per batch, enforces a strict structured output format per finding, validates batch writes, and merges results into a single ROOT_CAUSE_ANALYSIS.md.
- Use case: Run as a Phase 2b after automated scoring to convert scored findings into actionable, minimally invasive fixes or identify deeper upstream fixes.
Quick Start
Run root-cause analysis on SCORED_FINDINGS.md and produce a merged ROOT_CAUSE_ANALYSIS.md in claude_session/.