All skills
Skillintermediate
Python — review checklists
Consumed by the `review-code` skill. When the `python` profile is active, every checklist in **Always load** is applied to the diff. There are no conditional entries for this profile.
Claude Code Knowledge Pack7/10/2026
Overview
Python — review checklists
Consumed by the review-code skill. When the python profile is active, every checklist in Always load is applied to the diff. There are no conditional entries for this profile.
Always load
- security-checklist.md — Python-specific security smells: input validation, deserialization, subprocess/shell injection, crypto misuse, secret handling.
- solid-checklist.md — SOLID design-principle smells expressed in Python: module cohesion, protocol segregation, dependency inversion, duck-typing boundaries.
- code-quality-checklist.md — idiomatic Python quality signals: typing, mutability, context managers, exception hygiene, maintainability.
- removal-plan.md — staged-removal template for Python code being retired (modules, packages, public APIs).