概要
This skill streamlines the setup and enforcement of Python code standards by integrating Ruff for lightning-fast linting and formatting alongside Pyright for rigorous static type checking. It provides standardized configuration templates, pre-commit hook integrations, and CI/CD quality gate patterns to ensure consistent code quality across development teams. By replacing legacy tools like Black, Flake8, and Mypy with these modern alternatives, it significantly reduces execution time while improving the developer experience through better editor feedback and comprehensive auto-fix capabilities.