| name | add-health-check |
| description | Tech health check: documentation, security, architecture, data analysis. Use when user requests project audit, tech debt review, or health check.
|
Health Check
Suite of skills for complete technical analysis of the project. Always consult CLAUDE.md for general project standards.
When NOT to Use
- Single-file or single-function review (use code-review)
- Security-only audit (use add-security-audit)
- Code-review tasks on PRs or diffs
Architecture
/tech-health-check
โโโ PHASE 1 - DISCOVERY (parallel)
โ โโโ context-discovery โ architecture, multi-tenancy, modules
โ โโโ documentation-analyzer โ CLAUDE.md, patterns
โ โโโ infrastructure-check โ MCP, env vars, deps
โ
โโโ PHASE 2 - ANALYSIS (parallel, depends on Phase 1)
โ โโโ security-analyzer โ RLS, secrets, boundaries
โ โโโ architecture-analyzer โ clean arch, imports, CQRS
โ โโโ data-analyzer โ migrations, indexes, N+1
โ
โโโ PHASE 3 - CONSOLIDATION
โโโ HEALTH-REPORT.md โ scorecard + roadmap
Criticality
| Pillar | Level | Reason |
|---|
| Documentation | ๐ด Critical | impacts AI dev quality |
| Security | ๐ด Critical | data leaks, privacy |
| Architecture | ๐ High | accumulating tech debt |
| Data | ๐ก Medium | performance, consistency |
| Infrastructure | ๐ต Info | prerequisite for analysis |
Skills
Phase 1: context-discovery โ context-discovery.md; documentation-analyzer โ documentation-report.md; infrastructure-check โ infrastructure-report.md.
Phase 2: security-analyzer (deps: context, infrastructure) โ security-report.md; architecture-analyzer (deps: context) โ architecture-report.md; data-analyzer (deps: context, infrastructure) โ data-report.md.
Usage & Output
/tech-health-check
Process:
- Create folder
docs/health-checks/YYYY-MM-DD/ with current date
- Run Phase 1 agents in parallel; wait completion
- Run Phase 2 agents in parallel (with Phase 1 context); wait completion
- Consolidate in HEALTH-REPORT.md
Output files: context-discovery.md, documentation-report.md, infrastructure-report.md, security-report.md, architecture-report.md, data-report.md, HEALTH-REPORT.md.
Language
Reports written for entrepreneurs who may not be technical โ accessible style, prioritized critical โ desirable. Language follows owner.md (default English); technical terms stay in EN; glossary included in HEALTH-REPORT.md.