com um clique
python-dev
Python guidelines. Use when writing, reviewing or specifying python code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Python guidelines. Use when writing, reviewing or specifying python code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Reviews a full branch for correctness, idioms, comments, optimization balance, and testing — via parallel subagents per focus area. Use before requesting external review or merging.
Process PR review comments iteratively, one by one. Use whenever asked to address incoming review feedback on a pull request.
| name | python-dev |
| description | Python guidelines. Use when writing, reviewing or specifying python code |
Put a special importance on being idiomatic, in particular relative to the current python version used. Don't rely on old best practices and idioms, use modern constructs when relevant. For example:
Always strive to be correct. That means using the standard, idiomatic constructs of the language and frameworks you're using. Don't take shortcuts by disabling lints with #noqa.