Quick Debug — Testing skill for Claude Code
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
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
- Invoke
@debuggerwith the full issue description. - The debugger runs in isolated worktree — let it do noisy reproduction work without polluting the main context.
- 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 RepositoryRelated Skills
J Debug
Systematic bug investigation — root cause analysis, not random fixes. Use when a test fails, a bug appears, or
Hatch3r Bug Pipeline
Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + f
Systematic Debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase frame
Debugging
Debug a bug, crash, failing test, or broken build to root cause
Al Debug
Root-cause a bug/test failure/race condition before fixing; checks and maintains a project-local known-issues
Root Cause Fix
Root-cause-first TDD loop for any bug or data fix. Forces a failing reproduction test BEFORE touching producti
Related Agents
Debug
Debug your application to find and fix a bug. Systematic root cause analysis through structured phases: assess
Omg Debugger
Root-cause analysis, regression isolation, stack-trace analysis, and build/compilation error resolution for oh
Squad Fix
Operate as the squad's Bugfix Controller — reproduce a concrete failure, prove its root cause and blast radius