JohnMarvin237

Quick Debug — Testing skill for Claude Code

Testing community

Structured bug investigation — reproduce, root-cause, fix, regression-test.

How to install Quick Debug

Installs to ~/.claude/skills/johnmarvin237-claude-code-toolkit-quick-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/johnmarvin237-claude-code-toolkit-quick-debug && curl -fsSL https://raw.githubusercontent.com/JohnMarvin237/claude-code-toolkit/HEAD/commands/quick-debug.md -o ~/.claude/skills/johnmarvin237-claude-code-toolkit-quick-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Quick Debug does


description: Structured bug investigation — reproduce, root-cause, fix, regression-test. Uses the debugger subagent for isolation. argument-hint: ""

Quick Debug

Debug the following issue using rigorous root-cause investigation:

**Issue**: $ARGUMENTS

Execution

  1. Invoke @debugger with the full issue description.
  2. The debugger runs in isolated worktree — let it do noisy reproduction work without polluting the main context.
  3. Once `@debug

Alternatives in Testing

  • #29 — #52, #103) 92.5k ★
  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • Skill Debug — Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior 2.8k ★

Full documentation available on GitHub

View Source Repository