python-reviewer

Community

Review Python for style and safety.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes Python projects for PEP8 compliance, type hints, Pythonic idioms, error handling, and documentation quality to reduce runtime issues and boost readability.

Core Features & Use Cases

  • PEP8 & style: enforce line length, import order, and naming conventions.
  • Type hints: check for missing annotations and Optional usage.
  • Error handling: catch and log exceptions with meaningful messages.
  • Documentation: ensure docstrings and inline docs are present.
  • Use Case: Clean up a Python module to add type hints and proper error handling.

Quick Start

Run the python-reviewer on a Python project to surface style and safety improvements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: python-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#python-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository