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.
npx claudepluginhub rune-kit/rune --plugin @rune/analyticsopusYou 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...
Investigates errors, test failures, and unexpected behavior through systematic root cause analysis. Implements minimal fixes and verifies with tests using Read, Edit, Bash, Grep, Glob tools.
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.
Share bugs, ideas, or general feedback.
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.