project-health-check
Installation
SKILL.md
Project Health Check
Comprehensive 7-point audit for project health.
7-Point Audit
1. Documentation
- README is accurate
- API docs exist
- Code comments explain "why"
2. Test Coverage
- Coverage > 80%
- Critical paths tested
- Edge cases covered