refactoring
Installation
SKILL.md
Refactoring
A comprehensive refactoring skill that helps improve code structure, readability, and maintainability while preserving existing behavior.
Quick Start
Basic refactoring workflow:
# Ensure tests exist (or create them first)
# Identify code smells and improvement opportunities
# Apply refactoring techniques incrementally
# Run tests after each change
# Commit frequently