用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
[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
基于 SOC 职业分类
| name | code-review |
| scope | universal |
| description | [UDS] Perform systematic code review with checklist |
| allowed-tools | Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*) |
| argument-hint | [file path or branch | 檔案路徑或分支名稱] |
| disable-model-invocation | true |
| status | reference |
⚠️ Status: Reference(參考用,非可執行流程) — 程式碼審查流程協調(4 步驟序列、outcome gating)已於 2026-04-28 移至 adoption layer(XSPEC-095)。此處保留 8 大審查類別定義、BLOCKING/IMPORTANT/SUGGESTION/QUESTION/NOTE 前綴語意供參考。 Lifecycle orchestration has moved to the adoption layer (XSPEC-095); this document is reference-only. For enforced execution, use your adoption layer's toolchain.
Perform systematic code review using standardized checklists and comment prefixes.
執行系統性的程式碼審查,使用標準化的檢查清單和評論前綴。
📖 以下為流程的參考結構,非可執行步驟;自動化/強制執行請用 adoption layer 工具鏈(XSPEC-095)。 The steps below are a reference structure, not an executable workflow.
git diff or git show| Prefix | Meaning | Action | 動作 |
|---|---|---|---|
| BLOCKING | Must fix before merge | Required | 必須修復 |
| IMPORTANT | Should fix | Recommended | 建議修復 |
| SUGGESTION | Nice-to-have | Optional | 可選改善 |
| QUESTION | Need clarification | Discuss | 需要討論 |
| NOTE | Informational | FYI | 僅供參考 |
/code-review - Review all changes in current branch/code-review src/auth.js - Review specific file/code-review feature/login - Review specific branchAfter /code-review completes, the AI assistant should suggest:
程式碼審查完成。建議下一步 / Code review complete. Suggested next steps:
- 有 ❗ BLOCKING 項目 → 修復後重新執行
/code-review— Fix issues then re-run/code-review- 全部通過 → 執行
/checkin品質關卡 ⭐ Recommended / 推薦 — All passed → Run/checkinquality gates- 僅有 💡 SUGGESTION → 執行
/commit提交變更 — Only suggestions → Run/commit- 審查中發現規範不實用或缺失 → 執行
/audit --report回報 — Found impractical or missing standards → Run/audit --report
完整的 AI 行為定義請參閱對應的命令文件:
/code-reviewFor complete AI agent behavior definition, see the corresponding command file:
/code-review