code-quality
Installation
SKILL.md
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
# Format with Black
uv run black .
uv run black --check . # Dry run