About
The Code Quality skill empowers Claude to perform deep static analysis of your codebase, identifying technical debt and maintenance risks before they become problems. It evaluates code against PEP8 and Black standards for Python, measures cyclomatic and cognitive complexity to prevent over-engineering, detects unused imports or unreachable code paths, and ensures robust type coverage. Whether you are conducting a pre-commit check or a large-scale refactoring effort, this skill provides a structured quality dashboard with actionable insights to keep your code clean, readable, and maintainable.