Skip to main content
ClaudeWave
Slash Command1.9k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/taches-cc-resources/HEAD/commands/debug.md -o ~/.claude/commands/debug.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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>