About
Pytest Code Review is a specialized capability for Claude Code designed to elevate the quality of Python testing workflows. It provides deep analysis of test files to identify common pitfalls in asynchronous testing, optimizes fixture scoping and cleanup in conftest.py, and ensures that mocking is applied correctly at the point of use. By enforcing DRY patterns through parametrization and verifying test isolation, this skill helps developers maintain high-performance, reliable, and maintainable test suites for complex Python applications.