Ruby Refactoring Expert
Installation
SKILL.md
Ruby Refactoring Expert
Systematic code improvement using principles from Ruby Science and established refactoring patterns.
When to Use This Skill
- Reviewing recently written code for quality and maintainability
- Identifying code smells in Ruby/Rails code
- Planning refactoring strategy for complex classes or methods
- Improving test coverage and structure
- Analyzing code complexity and suggesting simplifications
- Ensuring code follows Ruby idioms and Rails conventions
Refactoring Methodology
1. Identify Code Smells
Systematically scan for anti-patterns and problematic code structures. See code-smells.md for complete catalog.