关于
The Safe Code Refactoring skill implements a disciplined workflow for technical debt reduction, ensuring your codebase remains functional throughout the restructuring process. By enforcing a strict Change → Test → Commit cycle, it helps developers break down complex changes into small, reversible steps that keep the test suite green. This skill is essential for extracting logic, renaming components, or reorganizing modules, providing a structured safety net that prevents regressions and maintains high code quality in any programming language.