parallel-debugging

parallel debugging

wshobson ↓ 7.5k
Claude Code
View source ↗

What it does

  • Bug has multiple plausible root causes
  • Initial debugging attempts haven't identified the issue
  • Issue spans multiple modules or components
  • Need systematic root cause analysis with evidence
  • Want to avoid confirmation bias in debugging
  • Incorrect conditional logic (wrong operator, missing case)
  • Off-by-one errors in loops or array access

Requirements & configuration

  • Need systematic root cause analysis with evidence

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

parallel debugging

Source

Repository: https://github.com/wshobson/agents

parallel-debugging FAQ

What does the parallel-debugging skill do?

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows. Bug has multiple plausible root causes Initial debugging attempts haven't identified the issue

What does parallel-debugging require?

Need systematic root cause analysis with evidence

How do I install parallel-debugging?

Run: npx -y skills add https://github.com/wshobson/agents --skill parallel-debugging --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain parallel-debugging?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

parallel-debugging on getagentictools
[![parallel-debugging on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-parallel-debugging.svg)](https://getagentictools.com/skills/wshobson-agents-parallel-debugging?ref=badge)
npx agentictools info skills/wshobson-agents-parallel-debugging

The second line is the CLI lookup for this page — handy in READMEs and docs.