What problem does it solve? Developers lack a single consolidated view of project health, forcing them to manually run tests, check outdated dependencies, scan for vulnerabilities, and verify documentation across many separate tools. ## Core Features & Use Cases - Comprehensive Health Audit: Runs tests with coverage, checks outdated and vulnerable dependencies, lints code, and audits documentation in one pass. - Structured Health Report: Generates a Markdown report with per-category status, scores, and prioritized recommended actions. - Quick and Fix Modes: Supports a --quick flag to skip slow operations and a --fix flag to attempt automatic remediation. - Use Case: Before a release, run a full health audit on a Python project to confirm 80%+ test coverage, detect vulnerable packages with pip-audit, and discover a missing CHANGELOG before shipping. ## Quick Start Ask Claude to run a full project health audit and generate a report covering tests, dependencies, code quality, documentation, CI/CD, and security.