py-code-style

Installation
SKILL.md

Python Code-Style Review

Use style findings after correctness findings. Defer to the project's configured formatter and linter when they exist.

Freshness: stable (no external references) — review rules based on core Python conventions, not volatile APIs.

Review Rules

Rule: style-defer-to-tooling

Impact: LOW-MEDIUM Applies when: The project has ruff, black, isort, mypy, or pyright configuration. Skip when: No tooling exists and the issue is purely subjective. Python: any Tools: ruff | mypy | pyright | project-configured Review signal: Review feedback contradicts or duplicates configured automated tooling.

Installs
4
First Seen
11 days ago
py-code-style — codesigils/py-review-skill