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

# Lint with Ruff
Related skills
Installs
68
GitHub Stars
5
First Seen
Jan 28, 2026