一键导入
health-check
Run all project health checks and produce a unified report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run all project health checks and produce a unified report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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: