skill-review
Installation
SKILL.md
Skill Review
Periodic review of all skills to keep procedural memory accurate and up-to-date.
When to Run
- After completing a batch of tasks across multiple skills
- When you notice a skill has outdated steps or missing context
- Proactively every ~2 weeks as maintenance
Step 1: Inventory
List all skills and their last-modified dates:
for d in skills/*/SKILL.md; do echo "$(stat -f '%Sm' -t '%Y-%m-%d' "$d" 2>/dev/null || date -r "$d" '+%Y-%m-%d') $d"; done | sort -r
Read each SKILL.md briefly (first 30 lines) to understand scope.