Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage,…
Python Code Review Quick Reference Issue Type Reference Indentation, line length, whitespace, naming references/pep8-style.md Missing/wrong type hints, Any usage references/type-safety.md Blocking calls in async, missing await references/async-patterns.md Bare except, missing context, logging references/error-handling.md Mutable defaults, print statements references/common-mistakes.md Review Checklist
don't have the plugin yet? install it then click "run inline in claude" again.