Review Python code style and idioms
deep-review-pythonsubagentsetup L2★0
hubertgajewski/orwellstat ↗What it does
Find idiomatic and docstring violations in Python code changes
Best for
Anchoring Python style findings in public PEPs (8/20/257) during code review
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
Requires
- · Read
- · Grep
- · Glob
Preconditions
- · Diff contains .py file changes
- · Surrounding code readable
Failure modes
- · False positive on constrained patterns
- · Missing docstrings on private helpers incorrectly flagged
- · Import re-exports via __all__ marked as unused
Trust signals
- · Findings anchored to PEP sections + ruff codes
- · Reads surrounding code
- · Distinguishes severity levels