ccc-makeoverlisted
Install: claude install-skill KevinZai/commander
# ccc-makeover
> Load ONE skill. Get the full project makeover pipeline. Audit → score → fix in one pass.
**Built on `/ultrareview`** (v2.1.111 native) — the `xray` sub-skill wraps `/ultrareview` for deep multi-dimensional analysis, extending it with the CCC scoring framework.
## Sub-Skills
| Sub-Skill | Focus |
|-----------|-------|
| `xray` | Full project health scan — 6 dimensions, 0-100 score, maturity level (1-5), prioritized recommendations |
| `makeover` | Auto-apply top xray recommendations — runs xray first, applies fixes, tracks score delta |
| `report-card` | Health reporting — formatted score card with per-dimension bars and improvement history |
## Health Dimensions (xray)
1. **Security** — vulnerability exposure, secrets, dependency health
2. **Testing** — coverage, test quality, CI integration
3. **DevOps** — deployment, monitoring, incident readiness
4. **Code Quality** — complexity, duplication, tech debt
5. **Documentation** — coverage, accuracy, onboarding clarity
6. **Performance** — bundle size, query efficiency, load times
## Routing Matrix
| Your Intent | Route To |
|-------------|----------|
| "Audit my project" / "Health check" | `xray` |
| "Fix the top issues automatically" | `makeover` (runs xray first) |
| "Show my score" / "Report card" | `report-card` |
## Standard Makeover Flow
1. `xray` → scan and score across 6 dimensions
2. Review prioritized recommendations (P0–P3)
3. `makeover` → auto-applies P0 and P1 recommendations in order
4.