What problem does it solve?
This skill ensures audits of SKILL.md files are consistent, comprehensive, and non-destructive, preventing silent failures and promoting best-practices in skill governance.
Core Features & Use Cases
- Validates YAML frontmatter for required fields (name, description) and frontmatter correctness.
- Enforces pure XML structure in SKILL.md (objective, quick_start, success_criteria) and flags markdown headings or missing tags.
- Checks progressive disclosure guidelines (SKILL.md size under 500 lines, references depth one).
- Identifies anti-patterns (vague descriptions, missing failure modes, unclear verification gates) and generates contextual findings.
- Produces actionable audit reports with file:line locations, severity labels, and remediation guidance.
- Supports reference documentation alignment (references/ and scripts/ when present) and ensures non-destructive evaluation.
Quick Start
Run auditing-skills against a target SKILL.md to generate a structured findings report.