refactoring
Installation
SKILL.md
Refactoring: Smells & Techniques
A comprehensive guide to detecting code smells and applying refactoring techniques to improve design, clarity, and maintainability.
Read On Demand
| Read When | File |
|---|---|
| Identifying code smells in your codebase | Code Smell Catalog |
| Deciding which refactoring technique to use | Refactoring Techniques |
| Choosing the right pattern for a specific scenario | Decision Guide |
| Reviewing a diff/PR for bloater smells | Detection Checklist |
| Step-by-step code review and refactoring workflow | Code Review Workflow |
| Only when user asks where a pattern applies in a specific language | Language Patterns |
| Only when user asks for a multi-file before/after walkthrough | Real-World Examples |
Related skills