skill-issue
Installation
SKILL.md
Skill Issue — Skill Auditor
Audit all installed skills and produce a markdown report with recommendations.
Quick Start
# Basic — scans ./skills and ./memory
node scripts/audit.mjs
# Custom directories
SKILL_DIRS="./skills,/path/to/more/skills" MEMORY_DIR="./memory" node scripts/audit.mjs
# Save report
node scripts/audit.mjs > /tmp/skill-audit-report.md