·python-quality-tooling
</>

python-quality-tooling

narumiruna/agent-skills

Use when configuring or running Python quality tools (ruff, ty, pytest, coverage, CI gates) and when enforcing a pre-merge quality checklist.

4Installs·0Trend·@narumiruna

Installation

$npx skills add https://github.com/narumiruna/agent-skills --skill python-quality-tooling

SKILL.md

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

| 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 |

Use when configuring or running Python quality tools (ruff, ty, pytest, coverage, CI gates) and when enforcing a pre-merge quality checklist. Source: narumiruna/agent-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/agent-skills --skill python-quality-tooling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/narumiruna/agent-skills --skill python-quality-tooling
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is python-quality-tooling?

Use when configuring or running Python quality tools (ruff, ty, pytest, coverage, CI gates) and when enforcing a pre-merge quality checklist. Source: narumiruna/agent-skills.

How do I install python-quality-tooling?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/agent-skills --skill python-quality-tooling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/narumiruna/agent-skills