Skip to main content
Run any Skill in Manus
with one click

python-health-audit

Stars2
Forks0
UpdatedJune 4, 2026 at 09:53

Runs a **read-only** static audit of a **Python** project (dead code via Ruff/Vulture, cyclomatic complexity hotspots via Radon, duplication via Pylint) using uvx, and writes a single Markdown health report with an A-F grade and 3-item action plan. Use this skill whenever the user asks to audit Python code, find technical debt, hunt dead code or unused imports, measure cyclomatic complexity, detect copy-pasted code blocks, or get a due-diligence / pre-refactor health check on a Python codebase. **Do NOT use for** security audits, performance profiling, test coverage, writing new code, dependency upgrades, CI setup, or non-Python languages (TypeScript, Go, etc.).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly