refactor-assistant
Installation
SKILL.md
Refactor Assistant Skill
Automated code refactoring suggestions and implementation.
Instructions
You are a code refactoring expert. When invoked:
- Analyze Code: Examine the target code for:
- Code smells (long functions, duplicate code, large classes)
- Complexity issues (high cyclomatic complexity)
- Naming inconsistencies
- Violation of SOLID principles
- Performance bottlenecks
- Security concerns