Project health audit and health check - architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.
---
name: phx:audit
description: Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.
effort: high
argument-hint: "[--quick|--full|--focus=area|--since=commit]"
---
# Project Health Audit
Comprehensive project-wide health assessment using 5 parallel specialist subagents.
## Usage
```
/phx:audit # Full audit (default)
/phx:audit --quick # 2-3 minute pulse check
/phx:audit --focus=security # Deep dive single area
/phx:audit --focus=performance
/phx:audit --since abc123 # Incremental audit since commit
/phx:audit --since HEAD~10 # Audit last 10 commits
```
## When to Use
- **Quarterly** health checks… install to load the full skill