Home / minleev5 / devkeel · .harness/skills/review-orchestrator/SKILL.md · GitHub

review-orchestrator skillA

review-orchestrator is agent-read markdown (skill) from minleev5/devkeel: 当用户要求代码审查、code review 或 CR 时使用。收集实际改动,判定范围和审查模式,按需调度 specialist reviewer,输出阻断优先的统一结论。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Review Orchestrator

## 概述

这个 skill 的职责不是直接替代所有审查,而是先做准确定界,再把不同领域的改动交给对应 specialist。

它支持三种审查模式:

- `auto`(默认)
- `fast`
- `deep`

默认产出阻断优先的结论,优先指出:

1. blocker / regression
2. 高风险非阻断
3. 验证缺口
4. 少量可选优化

## Read First

进入本技能后,按需读取:

- `references/diff-collection.md`
- `references/input-template.md`
- `references/mode-strategy.md`
- `references/output-contract.md`

## Hard Rules

1. 先收集 diff,再做审查;禁止凭文件名猜范围。
2. 如果项目有领域 specialist reviewer,优先交给 specialist,不在 orchestrator 里重做同类审查。
3. mixed diff(跨领域改动)需并行调度对应 specialist,再由 orchestrator 归并结果。
4. 只有项目公共部分的改动,orchestrator 才独立完成全部审查。
5. 精确问题使用平台无关、可直接阅读的文本表达,并遵循 `references/output-contract.md`。
6. 默认不做自动修复、不写补丁、不重构代码;该 skill 只负责审查和归并结论。
7. 结论必须阻断优先,不输出大量样式级 nit。
8. 默认模式为 `auto`;先按 `references/mode-strategy.md` 判断是否进入 `fast` 或 `deep`。
9. `fast` 模式只用于小范围、单域、低风险审查;一旦发现高风险信号,必须自动升级到 `deep`。

## 工作流程

### 1. 收集范围

判断本次输入是:

- `current-worktree` — 当前 worktree 的 staged + unstaged 改动
- `staged` — 只审查暂存区
- `range` — 审查 `base..head` 或 commit range

按 `references/diff-collection.md` 收集改动文件列表。

### 2. 判定调度路径

按 `references/mode-strategy.md` 选择审查模式和 specialist 调度策略。

### 3. 执行审查

- 如有 specialist:向 specialist 传递最小化信息(diff spec、changed files、risk hints)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add minleev5/devkeel/review-orchestrator@v1.1.3
Exact content
mdr add minleev5/devkeel/review-orchestrator@sha256:40fb2ac7d3f6343c

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3kjgnuw5spqqpo3a.svg)](https://markdownregistry.com/a/art_3kjgnuw5spqqpo3a)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.1.3 latest2026-09-24 8bc6bbc 2,715 BA view · diff
v1.1.22026-09-22 123429c 2,715 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2715 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

minleev5/devkeel · 3 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_3kjgnuw5spqqpo3a
GET https://markdownregistry.com/api/v1/resolve?ref=minleev5/devkeel/review-orchestrator
GET https://markdownregistry.com/api/v1/blob/40fb2ac7d3f6343ca0fa7ebb3bf024d6bca09bfb70872234baa21f2e839398f2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from minleev5/devkeel

brainstorming skill
minleev5/devkeel · .harness/skills/brainstorming/SKILL.md · 探索、比较、挑战或补全开发方案;按 Lite/Full 深度进行单题访谈,并在用户同意持久化后维护 OpenSpec Living brainstorm。
v9.1.1 · audit A · 3 stars
changelog skill
minleev5/devkeel · .harness/skills/changelog/SKILL.md · Use when 编辑 changelog、发布 CLI 或模板版本、或判断某项用户可见变更是否需要进入版本记录。
v3.0.0 · audit A · 3 stars
commit skill
minleev5/devkeel · .harness/skills/commit/SKILL.md · 用户明确选择 commit、push 或 MR/PR 后使用的原子交付流程。任务完成或归档本身不触发;在授权范围内完成交付目标及其必要动作。
v1.2.4 · audit A · 3 stars
doc-maintenance skill
minleev5/devkeel · .harness/skills/doc-maintenance/SKILL.md · CLI 文档维护与一致性检查流程
v1.2.0 · audit A · 3 stars
domain-init skill
minleev5/devkeel · .harness/skills/domain-init/SKILL.md · 对项目进行全盘扫描,识别领域类型和技术栈,通过多 subAgent 并行扫描多维度, 生成项目知识 docs 与专属 rules、skills 和 agents。使用「自动 baseline + 交互式增强」…
v2.0.2 · audit A · 3 stars
health-check skill
minleev5/devkeel · .harness/skills/health-check/SKILL.md · 一键检查项目代码健康度指标
v1.0.0 · audit A · 3 stars
instruction-maintenance skill
minleev5/devkeel · .harness/skills/instruction-maintenance/SKILL.md · 精简并校验 AGENTS.md、OpenSpec schema/instruction、OPSX commands、SKILL.md、prompt 与 artifact 模板。用于审查当前 diff…
v1.0.0 · audit A · 3 stars
jira-defect-orchestrator skill
minleev5/devkeel · .harness/skills/jira-defect-orchestrator/SKILL.md · 独立编排 Jira 缺陷的取证、修复、验证、回填与 MR 交付,按决策风险确认。适用于用户提供 Jira URL 或 issue key,要求结合运行日志、配置、只读业务数据和代码证据处理生产或测试环境缺陷;普通无 Jira…
v1.3.2 · audit A · 3 stars
new-subcommand skill
minleev5/devkeel · .harness/skills/new-subcommand/SKILL.md · 为 DevKeel CLI 新增子命令的标准开发流程
v1.0.0 · audit A · 3 stars
openspec-apply-change skill
minleev5/devkeel · .harness/skills/openspec-apply-change/SKILL.md · 按 OpenSpec 动态 apply instruction 实施 change tasks,并处理 DevKeel 收尾门禁。
v3.2 · audit A · 3 stars
openspec-archive-change skill
minleev5/devkeel · .harness/skills/openspec-archive-change/SKILL.md · 检查完成状态、评估 spec sync,并按 schema 收尾门禁归档 OpenSpec change。
v3.3 · audit A · 3 stars
openspec-bulk-archive-change skill
minleev5/devkeel · .harness/skills/openspec-bulk-archive-change/SKILL.md · 批量检查 spec 冲突,并按 schema 门禁归档用户明确选择的多个 OpenSpec changes。
v2.2 · audit A · 3 stars

Every file in minleev5/devkeel

Browse by kind, by grade A, or by owner.