Skills Audit
Overview
Scan skill folders and report guideline violations and portability issues. Produces a JSON report plus a readable summary.
Quick start
- •Run:
python <REPO_ROOT>/skills/skills-audit/scripts/audit_skills.py --root skills --guidelines skill_development_guidelines.md - •Review
audit_results.jsonand fix issues in the referenced files.
Core Guidance
- •Audit only; do not modify files automatically.
- •Treat portability as a first-class rule: prefer
textfences and placeholders. - •Report with file paths and line numbers when possible.
Trust / Permissions
- •Always: Read skill files and guidelines.
- •Ask: Writing audit reports outside the repo or running networked checks.
- •Never: Destructive changes or auto-edits to skill content.
Resources
- •
scripts/audit_skills.py: Main audit script. - •
references/checklist.md: Checklist mapped toskill_development_guidelines.md.
Validation
- •Run the audit against
skills/and confirm JSON output is created.