skill-audit
Installation
SKILL.md
Skill Audit
Run the repository's skill contract over every packaged skill and report what fails. The audit is read-only: it changes nothing unless the user asks for repairs after seeing the report.
The contract is stated in
../skill-forge/references/skill-package-contract.md.
scripts/audit_skills.py is its executable form.
1. Run it
From the repository root:
python3 skill-forge/skills/skill-audit/scripts/audit_skills.py --root .
Useful variants: