python-reviewer

Installation
SKILL.md

Python Reviewer Skill

Purpose

Reviews Python code for style, idioms, type safety, and best practices.

When to Use

  • Python code review requests
  • PEP8 compliance check
  • Type hint review
  • "Is this Pythonic?" questions
  • General Python project review

Project Detection

  • requirements.txt, pyproject.toml, setup.py, setup.cfg
  • .py files in project
  • __init__.py module structure

Workflow

Related skills
Installs
4
GitHub Stars
1
First Seen
Feb 7, 2026