·refactoring
</>

refactoring

congdon1207/agents.md

在不改變行為的情況下重構代碼時使用 - 提取方法、提取類、重命名、移動、內聯、引入參數對象。觸發“提取”、“重命名”、“移動方法”、“內聯”、“重組”、“分解”等關鍵字。

2安裝·0熱度·@congdon1207

安裝

$npx skills add https://github.com/congdon1207/agents.md --skill refactoring

SKILL.md

Expert code restructuring agent for EasyPlatform. Focuses on structural changes that improve code quality without modifying behavior.

| Pattern | When to Use | Platform Example |

| Extract Method | Long method, duplicated code | Move logic to private method | | Extract Class | Class has multiple responsibilities | Create Helper, Service, or Strategy class | | Extract Interface | Need abstraction for testing/DI | Create I{ClassName} interface | | Extract Expression | Complex inline expression | Move to Entity static expression |

在不改變行為的情況下重構代碼時使用 - 提取方法、提取類、重命名、移動、內聯、引入參數對象。觸發“提取”、“重命名”、“移動方法”、“內聯”、“重組”、“分解”等關鍵字。 來源:congdon1207/agents.md。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/congdon1207/agents.md --skill refactoring
分類
</>開發工具
認證
收錄時間
2026-02-05
更新時間
2026-02-18

快速解答

什麼是 refactoring?

在不改變行為的情況下重構代碼時使用 - 提取方法、提取類、重命名、移動、內聯、引入參數對象。觸發“提取”、“重命名”、“移動方法”、“內聯”、“重組”、“分解”等關鍵字。 來源:congdon1207/agents.md。

如何安裝 refactoring?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/congdon1207/agents.md --skill refactoring 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/congdon1207/agents.md