audit-slash-command

Audit slash command files for YAML structure, arguments, tool restrictions, and content quality.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/royhenengel/Claude-Customizations --skill audit-slash-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-slash-command
Source: https://github.com/royhenengel/Claude-Customizations/tree/main/skills/Audit/audit-slash-command
Command: npx skills add https://github.com/royhenengel/Claude-Customizations --skill audit-slash-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that slash commands are well-formed, secure, and adhere to best practices, preventing potential errors or vulnerabilities.

Core Features & Use Cases

  • YAML Validation: Checks the structure and syntax of command YAML files.
  • Argument Analysis: Reviews how arguments are defined and used for clarity and security.
  • Tool Restriction Audit: Verifies that tool usage within commands is appropriately restricted.
  • Content Quality Check: Assesses the overall clarity and effectiveness of the command's description and purpose.
  • Use Case: Before deploying a new slash command, use this Skill to automatically audit it for any compliance issues, ensuring it's ready for production.

Quick Start

Use the audit-slash-command skill to audit the slash command at skills/Audit/audit-slash-command/SKILL.md.

Frequently Asked Questions about audit-slash-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit slash commands for YAML structure and security compliance?

Auditing slash commands involves validating YAML structure, analyzing argument definitions, checking dynamic context usage, verifying tool restrictions, and assessing content quality to ensure compliance with security best practices.

What does checking tool restrictions in slash command YAML files do?

Verifying tool restrictions in slash command YAML files ensures that command execution is appropriately scoped, preventing unauthorized tool access and mitigating potential security vulnerabilities during deployment.

Can I use this to validate argument definitions in command YAML files?

Yes, this audit reviews how arguments are defined and used within command YAML files, ensuring clarity, security, and adherence to predefined best practices for robust command-line interfaces.

What is the best way to check slash command content quality before deployment?

The best way to check slash command content quality is to assess the overall clarity and effectiveness of the command's description and purpose, automatically identifying compliance issues to ensure it is production-ready.

When do I need to audit a slash command for compliance?

You should audit a slash command for compliance before deploying new command-line interfaces to ensure they are well-formed, secure, and adhere to best practices, preventing potential errors or vulnerabilities in production.