# skill-audit Audit a skill directory against the agentskills.io specification. Runs structural validation then a qualitative review across description quality, body discipline, formatting, file structure, and internal consistency. ## What it does 1. Runs `validate.sh` from `skill-write` for structural checks (name format, description length, line count, placeholder detection, script rules) 2. Reads all files in the skill directory 3. Applies qualitative checks across seven dimensions 4. Outputs a PASS/FAIL/SUGGESTION punch list with a specific fix proposal for every FAIL ## Usage ``` /skill-audit ``` Provide the path to the skill directory to audit when invoking. ## Files | File | Purpose | |------|---------| | `SKILL.md` | Skill instructions for agents | | `README.md` | This file | ## Dependencies Requires `skill-write` to be installed at `plugins/kyberforge/skills/skill-write/` for the structural validation step. If not present, the agent performs structural checks manually.