什么是 code-review-and-quality?
在合并任何更改之前使用。在检查您自己、其他代理或人员编写的代码时使用。当您需要在进入主分支之前跨多个维度评估代码质量时使用。 来源:addyosmani/agent-skills。
在合并任何更改之前使用。在检查您自己、其他代理或人员编写的代码时使用。当您需要在进入主分支之前跨多个维度评估代码质量时使用。
通过命令行快速安装 code-review-and-quality AI 技能到你的开发环境
来源:addyosmani/agent-skills。
Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance. The standard is: "Would a staff engineer approve this diff and the verification story?"
Can another engineer (or agent) understand this code without the author explaining it?
Walk through the code with the five axes in mind:
在合并任何更改之前使用。在检查您自己、其他代理或人员编写的代码时使用。当您需要在进入主分支之前跨多个维度评估代码质量时使用。 来源:addyosmani/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/addyosmani/agent-skills --skill code-review-and-quality在合并任何更改之前使用。在检查您自己、其他代理或人员编写的代码时使用。当您需要在进入主分支之前跨多个维度评估代码质量时使用。 来源:addyosmani/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/addyosmani/agent-skills --skill code-review-and-quality 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/addyosmani/agent-skills