Rca Investigator banner
mthines mthines

Rca Investigator

Research community

Description

--- name: rca-investigator description: Context-isolated root-cause analysis. Runs the `holistic-analysis` skill in `fix` mode plus `confidence` in `analysis` mode inside a fresh sub-agent context, then returns ONLY a compact Root-Cause Record (root cause, causal chain, evidence, ruled-out alternatives, confidence score, proposed fix direction). The verbose 8-phase walkthrough stays in this agent's context and never pollutes the caller's. Read-only — never edits code, writes tests, or opens PRs.

Installation

Installs to ~/.claude/agents/mthines-agent-skills-rca-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mthines/agent-skills/HEAD/agents/rca-investigator.md -o ~/.claude/agents/mthines-agent-skills-rca-investigator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository