audit-subagent
The audit-subagent command invokes a specialized auditor to evaluate Claude subagent configurations against established best practices. It examines role definitions, prompt quality, tool selections, XML structural compliance, and overall effectiveness, providing detailed findings with specific file locations, compliance scores, and actionable recommendations for improvement.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/taches-cc-resources/HEAD/commands/audit-subagent.md -o ~/.claude/commands/audit-subagent.mdaudit-subagent.md
<objective> Invoke the subagent-auditor subagent to audit the subagent at $ARGUMENTS for compliance with best practices, including pure XML structure standards. This ensures subagents follow proper structure, configuration, pure XML formatting, and implementation patterns. </objective> <process> 1. Invoke subagent-auditor subagent 2. Pass subagent path: $ARGUMENTS 3. Subagent will read best practices and evaluate the configuration 4. Review detailed findings with file:line locations, compliance scores, and recommendations </process> <success_criteria> - Subagent invoked successfully - Arguments passed correctly to subagent </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
List outstanding todos and select one to work on