Code Quality Skill When to Activate Activate this skill when: - Formatting Python code - Running linters - Adding type annotations - Fixing code style issues - Setting up quality tools Quick Commands Tool Overview | Tool | Purpose | Speed | Auto-fix | |------|---------|-------|----------| | Black | Code formatting | Fast | Yes | | Ruff | Linting & imports | Very Fast | Most rules | | mypy | Type checking | Moderate | No | Installation Black - Code Formatting Zero-config formatting with consistent style. Configuration Ruff - Fast Linting Rust-based linter replacing flake8, isort, pylint, and 5…