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.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/taches-cc-resources/HEAD/commands/debug.md -o ~/.claude/commands/debug.mddebug.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>
Expert skill auditor for Claude Code Skills. Use when auditing, reviewing, or evaluating SKILL.md files for best practices compliance. MUST BE USED when user asks to audit a skill.
Expert slash command auditor for Claude Code slash commands. Use when auditing, reviewing, or evaluating slash command .md files for best practices compliance. MUST BE USED when user asks to audit a slash command.
Expert subagent auditor for Claude Code subagents. Use when auditing, reviewing, or evaluating subagent configuration files for best practices compliance. MUST BE USED when user asks to audit a subagent.
Add todo item to TO-DOS.md with context from conversation
Gather requirements through adaptive questioning before executing any task
Heal skill documentation by applying corrections discovered during execution with approval workflow
Audit slash command file for YAML, arguments, dynamic context, tool restrictions, and content quality
Audit subagent configuration for role definition, prompt quality, tool selection, XML structure compliance, and effectiveness