用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
[UDS] 以 Claude 原生 Agent tool 编排多任务执行计划(DAG-based,无外部引擎)。 Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan, 编排, 执行计划, 并行.
[UDS] 从 Spec 文档、OpenSpec 变更或自由文本需求生成 plan.json。 Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, 计划, 规格, 任务, plan.json, DAG.
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.
正在显示 SKILL.md
| source | ../../../../skills/code-review-assistant/SKILL.md |
| source_version | 1.0.0 |
| translation_version | 1.0.0 |
| last_synced | "2026-02-10T00:00:00.000Z" |
| status | current |
| description | [UDS] 使用標準化檢查清單執行系統性程式碼審查 |
| name | code-review |
| allowed-tools | Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*) |
| scope | universal |
| argument-hint | [file path or branch | 檔案路徑或分支名稱] |
| disable-model-invocation | true |
語言: 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 回報