code-review-python - Python Type Safety Code Review Checklist
Validates Python code for type hints and typing safety issues
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- detect typing.Any overuse
- identify type ignore abuse
- check untyped public APIs
- find missing function signatures
- find missing return types
- verify generic collections usage
- validate Optional handling
- detect incomplete annotations
- check type compatibility
- identify import issues
Inputs
- Python source code
- Python project structure
- code-reviewer agent
Outputs
- code review reports
- issues list with severity levels
- file path and line number markers
Requirements
- Python project
- code-reviewer agent environment
- typing module support
