소개
The Python Code Review skill enhances Claude's ability to audit Python projects against industry best practices and PEP standards. It systematically evaluates code for runtime errors, performance issues like O(n²) operations, and specific ORM pitfalls such as N+1 queries in Django and SQLAlchemy. By focusing on security, test coverage, and backwards compatibility, this skill ensures that every code change is robust, maintainable, and aligned with project goals, all while providing polite and actionable feedback for developers.