什么是 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