关于
This skill transforms Claude into an adversarial code reviewer that prioritizes verification over trust. It enforces rigorous standards for Python projects, including mandatory static analysis with Mypy and Ruff, security scanning with Semgrep, and a strict requirement for dependency injection instead of mocking. It handles infrastructure provisioning for integration tests—such as Colima and Docker—ensuring that code is not just checked for style but validated through actual execution and comprehensive coverage metrics.