with one click
health-check
Run all project health checks and produce a unified report
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run all project health checks and produce a unified report
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Audit documentation for drift, dead links, and stale content
Assess alignment with the current roadmap phase
Spot-check that code matches ADR invariants
Analyze test quality and coverage patterns
Inventory technical debt across the codebase
Check code pattern consistency across the codebase
| name | health-check |
| description | Run all project health checks and produce a unified report |
| user_invocable | true |
Orchestrate all six health check dimensions and aggregate results into a unified report.
Launch all six checks as parallel subagents using the Task tool with subagent_type: Explore:
For each subagent, use the Skill tool to invoke the corresponding skill (e.g., /audit-docs, /check-debt, etc.).
Wait for all six to complete, then aggregate their findings.
# Project Health Report
## Dashboard
| Dimension | Status | Key Finding |
|-----------|--------|-------------|
| Documentation | ... | ... |
| Technical Debt | ... | ... |
| ADR Invariants | ... | ... |
| Code Patterns | ... | ... |
| Phase Alignment | ... | ... |
| Test Quality | ... | ... |
## Detailed Findings
### Documentation
[Summary from audit-docs]
### Technical Debt
[Summary from check-debt]
### ADR Invariants
[Summary from check-invariants]
### Code Patterns
[Summary from check-patterns]
### Phase Alignment
[Summary from check-phase]
### Test Quality
[Summary from check-tests]
## Top Recommendations
1. ...
2. ...
3. ...
4. ...
5. ...
## What's Going Well
- ...
- ...
- ...
Use these status indicators in the dashboard: