Revise
Perform common code quality improvement revisions on code that was recently drafted by AI.
Why this skill exists
AI-written code is usually drafted in a way that is easy for an AI to write at the time but not necessarily easy to read later (by human or AI). For example:
- AIs frequently use local imports in Python code -- contrary to standard Python convention, but easy to write in isolation without considering the rest of the file.
- AIs tend to write low-level functions bef
[Description truncada. Veja o README completo no GitHub.]