概要
This skill provides intelligent guidance and automation for Python code quality, bridging the gap between modern high-performance tooling and legacy configurations. By implementing a smart tool selection system, it prioritizes Ruff for speed and unification while maintaining backward compatibility with established Black, isort, and Pylint setups. It automatically handles code formatting, import sorting, and error detection during the development workflow, allowing developers to maintain consistent style guides and catch bugs early without manual intervention or complex configuration management.