refactoring-templates
Installation
SKILL.md
Refactoring Templates
When to use
When the user wants a ready-made prompt or instruction for conducting a code review focused on refactoring, or for guiding a refactoring task.
Locale
- If the user writes in Portuguese → read files from
pt-br/ - Default → read files from
en/
Available templates
-
Code Review Instruction →
{locale}/code-review-instruction.mdSystem instruction for AI-assisted code reviews. Contains a checklist of smells (Long Method, Large Class, Primitive Obsession, Feature Envy, Complex Conditionals) and expected response format. -
Refactoring Task Prompt →
{locale}/refactoring-task-prompt.mdPrompt template to guide a refactoring session on a specific piece of code.