Automates iterative code quality improvements by scanning for technical debt, implementing fixes via specialized agents, and verifying changes through testing.
The Refactor skill provides an autonomous workflow designed to systematically improve codebase health without altering core architecture. It employs an iterative process that identifies opportunities for DRY consolidation, dead code removal, and complexity reduction. By progressing from low-risk to higher-aggression changes and utilizing dedicated Subject Matter Expert agents for implementation and QA agents for verification, it ensures that every change is safe, functional, and beneficial. This skill is ideal for developers looking to reduce technical debt and improve code maintainability through a standardized, machine-led improvement cycle that prioritizes code clarity and reduction.
Características Principales
01Autonomous iterative improvement loops with multi-agent orchestration
02Automated verification using existing test suites and QA agents
03Atomic git commits with descriptive logs for every successful batch