什麼是 code-review?
統一的程式碼審查系統-根據情況派遣適當的審查代理人。在檢查程式碼的品質、錯誤、合規性時或在合併之前使用。 來源:hjewkes/agent-skills。
統一的程式碼審查系統-根據情況派遣適當的審查代理人。在檢查程式碼的品質、錯誤、合規性時或在合併之前使用。
透過命令列快速安裝 code-review AI 技能到你的開發環境
來源:hjewkes/agent-skills。
Dispatch specialized review agents matched to the situation. Choose a mode or let context guide you.
Quick Review When: Ad-hoc checks, quick sanity check, low-noise feedback Dispatch: quick-reviewer agent (confidence scoring, reports only >= 80) Output: High-confidence issues grouped by severity (Critical 90-100, Important 80-89)
Deep Review When: After completing a feature, before merge, in subagent-driven-development loop Dispatch: deep-reviewer agent (full checklist with template placeholders) Placeholders: {WHATWASIMPLEMENTED}, {PLANORREQUIREMENTS}, {BASESHA}, {HEADSHA}, {DESCRIPTION} Output: Strengths, Issues (Critical/Important/Minor), Recommendations, Merge verdict
統一的程式碼審查系統-根據情況派遣適當的審查代理人。在檢查程式碼的品質、錯誤、合規性時或在合併之前使用。 來源:hjewkes/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/hjewkes/agent-skills --skill code-review統一的程式碼審查系統-根據情況派遣適當的審查代理人。在檢查程式碼的品質、錯誤、合規性時或在合併之前使用。 來源:hjewkes/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/hjewkes/agent-skills --skill code-review 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hjewkes/agent-skills