full_health_check
Run all Python code quality analyses in a single scan, returning a combined health report with scores, grades, and top issues.
Instructions
Run all analyses (complexity + dead code + security + imports + clones + test quality + type coverage + env audit + naming + TODO debt + bug detection + docstring coverage) on a Python project and return a combined health report with scores, grades, and top issues. Note: hotspot, dependency, and change impact require additional context (git repo, requirements files, changed files) so are excluded from this scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to analyze. |