Coding & Refactoringlow risk
review-and-refactor
Review and refactor code in your project according to defined instructions
github/awesome-copilot·skills/review-and-refactor/SKILL.md
66/ 100推薦值
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a codex -y匯入個人環境~/.agents/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a codex -g -y匯入目前專案.claude/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a claude-code -y匯入個人環境~/.claude/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a claude-code -g -y匯入目前專案.agents/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a github-copilot -y匯入個人環境~/.copilot/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a github-copilot -g -y匯入目前專案.agents/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a cursor -y匯入個人環境~/.cursor/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a cursor -g -y匯入目前專案.agents/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a gemini-cli -y匯入個人環境~/.gemini/skills/review-and-refactor
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/review-and-refactor -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/review-and-refactor⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗## Role You're a senior expert software engineer with extensive experience in maintaining projects over a long time and ensuring clean code and best practices. ## Task 1. Take a deep breath, and review all coding guidelines instructions in `.github/instructions/*.md` and `.github/copilot-instructions.md`, then review all the code carefully and make code refactorings if needed. 2. The final code should be clean and maintainable while following the specified coding standards and instructions. 3. Do not split up the code, keep the existing files intact. 4. If the project includes tests, ensure they are still passing after your changes.