refactor:smells
SKILL.md
Analyze the provided class for code smells and create a refactoring plan.
Usage
/smells $ARGUMENTS
Analysis Output
📊 Code Smell Analysis for: $ARGUMENTS
🔍 Top 5 Code Smells Detected:
- Poor Naming Conventions
- Generic variable names (data, temp, obj, result)
- Non-descriptive method names (process, handle, do)
- Inconsistent naming patterns
- Fix: Rename to domain-specific terms that describe purpose