code-refactor

Proactively detect and execute code refactoring to maintain DDD architecture and code quality.LOAD THIS SKILL WHEN: Code file exceeds 200 lines | function exceeds 30 lines | User says "refactor", "重構", "拆分", "模組化", "太長" | cyclomatic complexity > 10 | deeply nested code.CAPABILITIES: Extract Method, Extract Class, Split Module, Replace Conditional with Polymorphism, DDD architecture compliance.

$ 安裝

git clone https://github.com/u9401066/copilot-capability-manager /tmp/copilot-capability-manager && cp -r /tmp/copilot-capability-manager/.claude/skills/code-refactor ~/.claude/skills/copilot-capability-manager

// tip: Run this command in your terminal to install the skill