·expert-code-refactoring
</>

expert-code-refactoring

grishaangelovgh/gemini-cli-agent-skills

Java、JavaScript 和 React 項目的專家代碼重構。專注於 SOLID 原則、設計模式和慣用改進,同時確保測試穩定性。

2安裝·0熱度·@grishaangelovgh

安裝

$npx skills add https://github.com/grishaangelovgh/gemini-cli-agent-skills --skill expert-code-refactoring

SKILL.md

This skill guides the agent in refactoring codebases by identifying technical debt and applying industry-standard patterns tailored to the specific technology stack.

| Magic Literals | Hardcoded numbers/strings. | Extract Constant or Enum. | | Long Method | Method does too many things. | Extract Method. | | Large Class | Too many responsibilities. | Extract Class or Extract Interface. | | Feature Envy | Method uses another object's data more. | Move Method. |

| Primitive Obsession | Using primitives for domain concepts. | Introduce Value Object. | | Multi‑File Change Requirement | One change affects many files. | Move Field or Inline Class to centralize. |

Java、JavaScript 和 React 項目的專家代碼重構。專注於 SOLID 原則、設計模式和慣用改進,同時確保測試穩定性。 來源:grishaangelovgh/gemini-cli-agent-skills。

查看原文

可引用資訊

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

安裝指令
npx skills add https://github.com/grishaangelovgh/gemini-cli-agent-skills --skill expert-code-refactoring
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 expert-code-refactoring?

Java、JavaScript 和 React 項目的專家代碼重構。專注於 SOLID 原則、設計模式和慣用改進,同時確保測試穩定性。 來源:grishaangelovgh/gemini-cli-agent-skills。

如何安裝 expert-code-refactoring?

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

這個 Skill 的原始碼在哪?

https://github.com/grishaangelovgh/gemini-cli-agent-skills