What problem does it solve?
This skill addresses the challenge of maintaining consistent quality, security, and documentation standards across a growing collection of helper scripts in a repository.
Core Features & Use Cases
- Standardization: Automatically checks scripts for required documentation, including general notes, usage, output, and version history.
- Policy Enforcement: Validates language choices by flagging banned technologies like Python and encouraging modern Node.js ES modules or zsh.
- Quality Assurance: Verifies the presence of --help documentation and status emojis to ensure scripts are user-friendly and maintainable.
- Use Case: Use this skill when adding a new utility to the repository to ensure it meets project guidelines, or run it as a periodic health check to identify and fix drift in existing tooling.
Quick Start
Run the script auditor to scan all helper scripts in the repository and generate a compliance report.