python-code-review

Installation
SKILL.md

Python Code Review

Quick Reference

Issue Type Reference
Indentation, line length, whitespace, naming references/pep8-style.md
Missing/wrong type hints, Any usage references/type-safety.md
Blocking calls in async, missing await references/async-patterns.md
Bare except, missing context, logging references/error-handling.md
Mutable defaults, print statements references/common-mistakes.md

Review Checklist

Installs
609
GitHub Stars
68
First Seen
Jan 20, 2026
python-code-review — existential-birds/beagle