Py Review
Python specialist code review — PEP 8, type hints, Pythonic idioms, security
Invoke the python-reviewer agent to perform a comprehensive Python code review.
If an argument is provided and is a number, treat it as a GitHub PR number.
If no argument, review local uncommitted changes (git diff --staged and git diff).
The agent will:
- Establish review scope
- Run
mypy,ruff, orflake8if available - Review against Python checklist (security, PEP 8, type hints, Pythonic patterns)
- Report findings with severity levels and approval verdict