code-refactoring-implementation
Orchestrates the entire Code Refactoring process (Planning -> Execution -> Closing). Manages the workflow by invoking specialized sub-skills like code-refactoring-planning, tdd-refactoring, and tdd-audit. Used for (1) repaying technical debt (e.g., extracting logic from fat controllers), (2) improving architectural compliance (e.g., enforcing dependency rules), and (3) preparing legacy code for new features (e.g., decoupling).
Installation and usage
Orchestrates the entire Code Refactoring process (Planning -> Execution -> Closing). Manages the workflow by invoking specialized sub-skills like code-refactoring-planning, tdd-refactoring, and tdd-audit. Used for (1) repaying technical debt (e.g., extracting logic from fat controllers), (2) improving architectural compliance (e.g., enforcing dependency rules), and (3) preparing legacy code for new features (e.g., decoupling).
安裝後,您可以透過在終端機執行以下指令來使用此技能:
skills use code-refactoring-implementation