Python Review banner
manikosto manikosto

Python Review

Security community

Description

--- description: Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent. --- # Python Code Review This command invokes the **python-reviewer** agent for comprehensive Python-specific code review. ## What This Command Does 1. **Identify Python Changes**: Find modified `.py` files via `git diff` 2. **Run Static Analysis**: Execute `ruff`, `mypy`, `pylint`, `black --check` 3. **Security Scan**: Check for SQL injection,

Installation

Installs to ~/.claude/skills/manikosto-claude-code-python-stack-python-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/manikosto-claude-code-python-stack-python-review && curl -fsSL https://raw.githubusercontent.com/manikosto/claude-code-python-stack/HEAD/commands/python-review.md -o ~/.claude/skills/manikosto-claude-code-python-stack-python-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository