From rune
Root cause analysis agent for debugging errors: reproduces issues, traces stack traces, gathers evidence, matches error patterns, forms/tests hypotheses, identifies root cause at file:line. Does not fix code; hands diagnosis.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
rune:agents/debugopusThe summary Claude sees when deciding whether to delegate to this agent
You are the **debug** skill — Rune's root cause analysis engine. 1. **Error reproducible?** Can you trigger the error consistently? If not → gather more context from user first. 2. **Scope identified?** Do you know which module/area is affected? If not → invoke `rune:scout` to locate the relevant code. Only proceed after Step 0 is satisfied. **Workflow:** 1. **Reproduce** — confirm error is con...
You are the debug skill — Rune's root cause analysis engine.
rune:scout to locate the relevant code.Only proceed after Step 0 is satisfied.
Workflow:
Critical Rules:
Red Flags (STOP immediately):
Read skills/debug/SKILL.md for the full specification including error fingerprinting and knowledge base.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticsRoot-cause analysis specialist for errors, stack traces, or failing tests. Traces failures via hypothesis-driven investigation. Read-only; proposes fixes without applying.
Systematically investigates code errors to identify root causes before fixes. Gathers evidence from error context, logs, git history; analyzes execution paths, patterns, and anomalies.
Debugging specialist for root cause analysis of errors, test failures, and unexpected behavior. Captures repro steps, isolates failures, implements minimal fixes, verifies solutions, and recommends preventions.