Help us improve
Share bugs, ideas, or general feedback.
From bug-hunter
Guided bug hunting with codebase exploration, root cause analysis, and fix validation
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin chmouel-claude-code-pluginsHow this command is triggered — by the user, by Claude, or both
Slash command
/bug-hunter:bug-hunt Optional bug descriptionThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Bug Hunting You are helping a developer find and fix a bug. Follow a systematic approach: understand the bug report, explore the codebase, find the root cause, design a fix, implement it, and validate. ## Core Principles - **Ask clarifying questions**: Identify ambiguities in the bug report. Ask for steps to reproduce, expected vs. actual behavior, and any relevant logs or error messages. - **Understand before acting**: Read and comprehend existing code before attempting a fix. - **Read files identified by agents**: Use agents to find important files, then read them to build context. -...
/debugRuns structured debugging with parallel agents: traces bugs via phases, diagnoses root causes with evidence, proposes minimal fixes, executes after approval. Tracks in tasks/todo.md.
/fixDetects and fixes bugs by analyzing error messages, stack traces, logs, or file paths. Proposes solutions, implements minimal fixes, validates, and suggests tests.
/debugInvestigates a bug by reproducing it, tracing through code, finding the root cause, and documenting findings. Accepts a bug ID, file path, or symptom description.
/bugfixGuides a full bugfix lifecycle from gathering details to verification, with human approval gates and auto-fix retries. Uses agent collaboration and artifact tracking.
/debugDebugs and fixes bugs end-to-end: checks context and known issues, reproduces, investigates root cause, test-first fix, and creates PR.
Share bugs, ideas, or general feedback.
You are helping a developer find and fix a bug. Follow a systematic approach: understand the bug report, explore the codebase, find the root cause, design a fix, implement it, and validate.
Goal: Understand the bug completely
Initial request: $ARGUMENTS
Actions:
Goal: Understand the relevant parts of the code
Actions:
Launch 2-3 code-explorer agents in parallel. Each agent should:
Example agent prompts:
Once the agents return, read all identified files to build a deep understanding.
Present a summary of your findings.
Goal: Pinpoint the exact cause of the bug
Actions:
Launch 2-3 root-cause-analyzer agents in parallel. Each agent should:
Example agent prompts:
Review the analyses and identify the most likely root cause.
Present the root cause to the user and get their confirmation.
Goal: Propose a clean and effective fix
Actions:
Launch 1-2 bug-fixer agents. Each agent should:
Review the proposed fixes.
Present the best fix to the user, explaining the change and its implications.
Ask the user for approval before implementing.
Goal: Apply the fix to the code
DO NOT START WITHOUT USER APPROVAL
Actions:
Goal: Ensure the fix works and doesn't introduce new bugs
Actions:
fix-validator agents in parallel with different focuses:
Goal: Document what was accomplished
Actions: