Audit Slash Command banner
bborbe bborbe

Audit Slash Command

Security community

Description

--- allowed-tools: Task description: Audit slash command file against Agent & Command Development Guide for quality and compliance argument-hint: "[path/to/command.md]" --- <objective> Invoke the slash-command-auditor agent to audit the slash command at $ARGUMENTS for compliance with Agent & Command Development Guide best practices. </objective> <process> 1. Invoke the `coding:slash-command-auditor` agent, passing `$ARGUMENTS` as the command to audit (the agent resolves the path and appends `.

Installation

Installs to ~/.claude/skills/bborbe-coding-audit-slash-command/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-coding-audit-slash-command && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/commands/audit-slash-command.md -o ~/.claude/skills/bborbe-coding-audit-slash-command/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository