project-health
Installation
SKILL.md
Task
Audit project(s) for completeness against the monorepo standard checklist.
- If
$ARGUMENTSis a project path → audit that single project - If
$ARGUMENTSisallor empty → audit all projects underpackages/<domain>/
Checklist
For each project, check these items. Report pass/warn/fail for each.
1. README.md
- Pass: File exists and is >10 lines
- Warn: File exists but is very short (<10 lines)
- Fail: Missing