smart-debug

Debug complex issues using specialized debugging agents:

Content Preview
---
model: claude-sonnet-4-0
---

Debug complex issues using specialized debugging agents:

[Extended thinking: This tool command leverages the debugger agent with additional support from performance-engineer when performance issues are involved. It provides deep debugging capabilities with root cause analysis.]

## Debugging Approach

### 1. Primary Debug Analysis
Use Task tool with subagent_type="debugger" to:
- Analyze error messages and stack traces
- Identify code paths leading to the issue
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/smart-debug.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/smart-debug.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/smart-debug.md

Related Skills