Skip to main content
ClaudeWave
Slash Command1.9k repo starsupdated 2mo ago

debug

The debug slash command invokes a systematic debugging methodology to investigate a specific issue provided as arguments. Use this command when you need expert-level problem analysis that involves evidence gathering, hypothesis testing, and rigorous verification of suspected bugs or technical problems.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/taches-cc-resources/HEAD/commands/debug.md -o ~/.claude/commands/debug.md
Then start a new Claude Code session; the slash command loads automatically.

debug.md

<objective>
Load the debug-like-expert skill to investigate: $ARGUMENTS

This applies systematic debugging methodology with evidence gathering, hypothesis testing, and rigorous verification.
</objective>

<process>
1. Invoke the Skill tool with debug-like-expert
2. Pass the issue description: $ARGUMENTS
3. Follow the skill's debugging methodology
4. Apply rigorous investigation and verification
</process>

<success_criteria>
- Skill successfully invoked
- Arguments passed correctly to skill
</success_criteria>