Refactoring
Installation
SKILL.md
Refactoring
Comprehensive refactoring skill for safe code restructuring, migrations, and modernization.
Core Capabilities
Safe Renaming
Rename identifiers across the codebase:
Rename workflow:
- Find all references: Search for all usages
- Identify scope: Module-local, package-wide, or public API
- Check dependencies: External code that might break
- Perform rename: Update all occurrences
- Verify: Run tests, check imports
Search patterns: