python-quality-tooling

Installation
SKILL.md

Python Quality Tooling

Overview

Use ruff, ty, and pytest consistently through uv. Core principle: one repeatable quality gate across local and CI.

Quick Reference

Task Command
Lint uv run ruff check
Auto-fix uv run ruff check --fix
Format uv run ruff format
Type check uv run ty check
Test uv run pytest
Coverage uv run pytest --cov=src --cov-report=term-missing
Full gate (prek) prek run -a
Install git hooks (prek) prek install
Related skills
Installs
11
GitHub Stars
1
First Seen
Feb 11, 2026