Refactoring

Safely restructure code without changing behavior using Extract Method, Rename, Move Method techniques. Use when preparing code for new features, improving code quality incrementally, cleaning up messy code, reducing duplication, or simplifying complex logic. Make sure to use this skill whenever the user mentions refactoring, cleaning up code, making code more readable, splitting large files or methods, or removing code smells. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/elct9620--ai-coding-skills--refactoring commit 99ae25be94

Frequently asked questions

npx skillmds@latest add tomevault-io/refactoring-14