Systematic Debugging

Use when a worker hits repeated failures (3+ attempts on the same task), when test failures have unclear root causes, when build errors persist after obvious fixes, when runtime behavior doesn't match expectations, or when "it works locally but fails in CI." Also use when test-failure-analyst returns LOW confidence, when ward check fails after a fix attempt, or when mend-fixer cannot reproduce a finding. Provides a 4-phase debugging methodology adapted for multi-agent context. Keywords: debug, troubleshoot, root cause, bisect, failure, retry, stuck, broken build, test failure, runtime error, unexpected behavior, regression, intermittent, flaky, can't reproduce, error message, stack trace, investigation.

vinhnxv 3836972 3 files · 15.9 KB Updated

File contents

vinhnxv/rune/tree/main/plugins/rune/skills/systematic-debugging commit 383697212d

Frequently asked questions

npx skillmds@latest add vinhnxv/systematic-debugging