·code-review
</>

code-review

三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。

64安裝·3熱度·@jwilger

安裝

$npx skills add https://github.com/jwilger/agent-skills --skill code-review

如何安裝 code-review

透過命令列快速安裝 code-review AI 技能到你的開發環境

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

來源:jwilger/agent-skills。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-02-20
更新時間
2026-03-10

Browse more skills from jwilger/agent-skills

快速解答

什麼是 code-review?

三階段代碼審查協議:規範合規性、代碼品質和領域完整性。在審查代碼、準備 PR、評估實施品質或檢查代碼是否符合要求時啟動。觸發條件:「審查此程式碼」、「準備 PR」、「檢查實作」、「程式碼品質」、「這是否符合規範」。 來源:jwilger/agent-skills。

如何安裝 code-review?

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

這個 Skill 的原始碼在哪?

https://github.com/jwilger/agent-skills