关于
Python Code Reviewer is a specialized Claude Code skill designed to automate and enhance the code review process for Python applications. It systematically evaluates codebases for PEP8 stylistic adherence, robust type hinting (supporting modern Python 3.10+ syntax), and proper error handling patterns to prevent silent failures. By identifying blocking calls in async functions and flagging common pitfalls like mutable default arguments or print-based logging, this skill ensures production-grade code quality while following a strict verification protocol to provide accurate, actionable feedback.