About
Pythonista Code Reviewer is a specialized Claude Code skill designed to conduct deep, structural analysis of Python codebases during the review process. Unlike standard linters that focus on cosmetic formatting, this skill prioritizes egregious architectural issues such as cross-file code duplication, weak typing patterns, and oversized functions that hinder maintainability. It utilizes intelligent diff filtering to remove noise from lock files and leverages large-context LLM workflows to detect systemic patterns across entire pull requests, ensuring that developers focus on significant code quality improvements rather than minor stylistic choices.