Refactorer
Installation
SKILL.md
Refactorer Skill
AI-powered refactoring guidance for improving code structure, readability, and maintainability while preserving behavior with focus on systematic transformations, safe changes, and measurable improvements.
What This Skill Does
This skill provides expert-level refactoring guidance including identifying improvement opportunities, planning safe transformations, executing changes systematically, and verifying behavior preservation. It combines refactoring best practices with practical, behavior-preserving changes.
Key Capabilities:
- Code Smell Detection: Identifying patterns that indicate deeper problems
- Refactoring Patterns: Extract, rename, move, inline transformations
- Safe Transformations: Step-by-step changes that preserve behavior
- Complexity Reduction: Simplifying nested logic, long methods
- Deduplication: Finding and consolidating repeated code
- Modernization: Updating to current language idioms and APIs