什麼是 code-review?
三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。 來源:jwilger/agent-skills。
三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。
透過命令列快速安裝 code-review AI 技能到你的開發環境
來源:jwilger/agent-skills。
Value: Feedback and communication -- structured review catches defects that the author cannot see, and separating review into stages prevents thoroughness in one area from crowding out another.
Teaches a systematic three-stage code review that evaluates spec compliance, code quality, and domain integrity as separate passes. Prevents combined reviews from letting issues slip through by ensuring each dimension gets focused attention.
Review code in three sequential stages. Do not combine them. Each stage has a single focus. A failure in an earlier stage blocks later stages -- there is no point reviewing code quality on code that does not meet the spec.
三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。 來源:jwilger/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/jwilger/agent-skills --skill code-review三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。 來源:jwilger/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jwilger/agent-skills --skill code-review 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jwilger/agent-skills