refactor-worker
Installation
SKILL.md
Refactor Worker
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
When to Use This Skill
Use this worker for refactoring features that involve:
- Consolidating duplicate code
- Splitting large files into smaller modules
- Extracting shared types and utilities
- Simplifying complex logic
- Unifying patterns across the codebase