refactoring-python
Installation
SKILL.md
Refactoring Python
When to use
When the user asks to review, improve, clean up, or refactor Python code.
Locale
- If the user writes in Portuguese → read files from
pt-br/ - Default → read files from
en/
Workflow
- Read
{locale}/smells.mdto identify what's wrong in the code - Read
{locale}/techniques.mdto choose the right fix - For full detail on a smell:
{locale}/details/smells/{name}.md - For full detail on a technique:
{locale}/details/techniques/{name}.md