← ClaudeAtlas

project-health-reportlisted

Comprehensive whole-project health report across code quality, architecture, testing, dependencies, and documentation. Use for a breadth-first snapshot of the entire repo. For PR-scope diffs use /review-pipeline; for one dimension use the specific /*-audit.
tansuasici/claude-code-kit · ★ 1 · Data & Documents · score 77
Install: claude install-skill tansuasici/claude-code-kit
# Project Health Report ## Core Rule Aggregate other audit findings into a stable scorecard. Don't invent metrics — only roll up signals other skills produced. Output must be reproducible. ## When to Use Invoke with `/project-health-report` when: - Due diligence assessment of a codebase (acquisition, handoff, audit) - Periodic project health check (quarterly review) - New team lead onboarding to assess project state - Planning a major initiative and need to understand the baseline - Stakeholder reporting on technical health ## Default Behavior When the user asks to audit, scan, review, or "give me a report" for project health, produce the full project-health-report report automatically using the Process and Output Format sections below. Do not require the user to specify fields. Only modify files when the user explicitly requests implement / fix / apply / refactor. By default, this skill is **report-only**. ## Process ### Phase 1: Inventory (first-pass leads) This pass produces **candidates**, not findings. Treat counts as leads for deeper inspection in later phases. Do not report Phase 1 raw output as the final result. Gather basic project information: 1. **Tech stack** — languages, frameworks, databases, infrastructure 2. **Project size** — lines of code, number of files, number of modules 3. **Age & activity** — git history depth, commit frequency, contributor count 4. **Build & deploy** — build system, CI/CD pipeline, deployment targets ### Phase 2: Multi-Di