bug-hunt-swarm
Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the...
npx skills add sickn33/agentic-awesome-skills --skill bug-hunt-swarm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Bug Hunt Swarm ## When to Use Use this skill when you need parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the... Investigate a bug with four read-only sub-agents in parallel, then have the main agent rank the likely causes and recommend the fastest path to prove or fix the issue. This skill is diagnosis-first: do not edit files or implement fixes as part of this workflow. ## Step 1: Build the Bug Packet Start by collecting the smallest useful investigation packet: 1. Symptom 2. Expected behavior 3. Actual behavior 4. Reproduction steps, if known 5. Scope of impact 6. Relevant evidence, such as logs, stack traces, failing tests, screenshots, recent diffs, or environment details Prefer this source order: 1. Direct user description 2. Explicit files, stack traces, logs, tests, or screenshots provided by the user 3. Current git changes or recent repo history when the bug appears regression-like 4. The smallest relevant code path or subsystem surrounding t
- When to Use
- Step 1: Build the Bug Packet
- Step 2: Bound the Investigation
- Step 3: Launch Four Read-Only Investigators in Parallel
- Sub-Agent 1: Reproduction and Scope Investigation
- Sub-Agent 2: Code Path and Failure Seam Investigation
- Sub-Agent 3: Recent Change and Regression Investigation
- Sub-Agent 4: Proof Plan and Observability Investigation
- Step 4: Synthesize Ranked Hypotheses
- Step 5: Output a Clear Diagnosis Path
- Limitations
What does the bug-hunt-swarm skill do?
Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill bug-hunt-swarm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.