find-best-refactor
Find the single highest-leverage refactor in a repo by reducing system complexity, improving information hiding, deepening shallow modules, shrinking interface burden, and eliminating unnecessary special cases. Use when the user asks what to refactor, wants the best refactor, highest-leverage cleanup, architectural simplification, boundary extraction, duplication removal, complexity reduction, testability improvement, or an ExecPlan for the best refactor. Accept optional user guidance about scope, constraints, refactor style, or risk tolerance.
Installation and usage
Find the single highest-leverage refactor in a repo by reducing system complexity, improving information hiding, deepening shallow modules, shrinking interface burden, and eliminating unnecessary special cases. Use when the user asks what to refactor, wants the best refactor, highest-leverage cleanup, architectural simplification, boundary extraction, duplication removal, complexity reduction, testability improvement, or an ExecPlan for the best refactor. Accept optional user guidance about scope, constraints, refactor style, or risk tolerance.
インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:
skills use find-best-refactor