| name | project-health-check |
| description | Audit project health across 7 dimensions (documentation, test coverage, security, code quality, dependencies, database, build/deploy) producing a scored report with prioritized fixes. Use for periodic checkups, before releases, or when the user runs /project-health-check. |
| user-invocable | true |
Project Health Check
Comprehensive 7-point audit for project health.
7-Point Audit
1. Documentation
2. Test Coverage
3. Security
4. Code Quality
5. Dependencies
6. Database
7. Build/Deploy
Health Score Template
# Project Health Report - [Date]
## Overall Score: [X]/100
| Area | Score | Status |
|------|-------|--------|
| Documentation | /15 | |
| Test Coverage | /15 | |
| Security | /20 | |
| Code Quality | /15 | |
| Dependencies | /15 | |
| Database | /10 | |
| Build/Deploy | /10 | |
### Critical Issues
1. [Fix immediately]
### Warnings
1. [Fix this week]
### Suggestions
1. [Consider]
Frequency
| Check | When |
|---|
| Quick | Weekly |
| Standard | Bi-weekly |
| Full | Monthly |