locales/zh-CN/skills/code-review-assistant/SKILL.md
使用标准化检查清单执行系统性代码审查。 使用时机:审查代码、PR 审查、代码品质检查。 关键字:review, code review, PR, checklist, 审查, 代码, 品质。
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/skills/code-review-assistantInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
语言: English | 简体中文
使用标准化的检查清单和评论前缀,执行系统性的代码审查。
git diff 或 git show 取得待审查文件的差异| 前缀 | 意义 | 动作 | Action | |------|------|------|--------| | BLOCKING | 必须在合并前修复 | 必须修复 | Required | | IMPORTANT | 应该修复 | 建议修复 | Recommended | | SUGGESTION | 锦上添花 | 可选改善 | Optional | | QUESTION | 需要说明 | 需要讨论 | Discuss | | NOTE | 信息性 | 仅供参考 | FYI |
/code-review - 审查目前分支的所有变更/code-review src/auth.js - 审查特定文件/code-review feature/login - 审查特定分支/code-review 完成后,AI 助手应建议:
代码审查完成。建议下一步:
- 有 ❗ BLOCKING 项目 → 修复后重新执行
/code-review- 全部通过 → 执行
/checkin品质关卡- 仅有 💡 SUGGESTION → 执行
/commit提交变更- 审查中发现规范不实用或缺失 → 执行
/audit --report回报
tools
[UDS] 從規格衍生 BDD 場景、TDD 骨架或 ATDD 表格
development
[UDS] /methodology: 選擇並追蹤開發方法論(SDD/BDD/TDD)。 Use when: 選擇方法論、切換開發模式、查詢當前方法論狀態。 若要查詢各階段對應指令請用 /dev-workflow。
testing
[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications
development
[UDS] Create or review specification documents for Spec-Driven Development