pace-review

A review workflow for change requests that are ready for human approval. It creates a readable summary showing how a requested change connects through the project's planning hierarchy, from the change request up to its larger objective.

In plain words
What is it for?
Use it when a change request reaches review, or when you ask for a code review or approval summary. It finds review-ready requests, checks their current status, and prepares the appropriate review report.
Why use it?
It helps reviewers understand why a change exists and what work it belongs to before deciding whether to approve it. It also gives different instructions for first reviews, follow-up reviews, and changes of different sizes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/arch-team/devpace/pace-review
Any agent
npx skills add arch-team/devpace --skill pace-review
Clone the repo
git clone --depth 1 https://github.com/arch-team/devpace

Made for: Claude Code, Codex.

Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,003 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.01003
Opus 5 $0.00030 $0.00502
Sonnet 5 $0.00012 $0.00201
Haiku 4.5 $0.00006 $0.00100

Measured 2d ago against content hash 2048a92177e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pace-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pace-review/SKILL.md · 85 lines

What it actually says

/pace-review — 生成 Review 摘要

为到达 in_review 状态的变更请求生成人类可读的审核摘要。追溯链展示至 Epic 层(CR→PF→BR→Epic→OBJ)。

输入

$ARGUMENTS:

  • (空)→ 处理所有 in_review 的 CR
  • <关键词> → 指定特定变更

流程

Step 1:识别待 review 的变更

扫描 .devpace/backlog/ 找状态为 in_review 的 CR 文件。

如果没有 in_review 的 CR,按以下顺序做状态感知引导(用户不需要理解状态机):

  1. verifying 状态的 CR → 提示"CR-xxx 正在验证中(Gate 2 自动检查),检查完成后会自动进入 Review。要先看看当前质量检查进度吗?"
  2. 只有 developing 状态的 CR → 提示"CR-xxx 还在开发中。需要先推进到 review 阶段吗?"
  3. 无活跃 CR → 告知用户当前没有待审查的变更

Step 2:确定 Review 模式并按需加载

重要:根据 Review 模式和 CR 复杂度,仅读取对应的 procedures 文件,不加载全部规程。

固定加载

文件 说明
skills/pace-review/review-procedures-common.md 通用规则(始终加载)

按 Review 模式和复杂度加载

模式 条件 额外加载文件
中断恢复 CR 验证证据有已生成摘要 + 代码无变更 无(仅用 common)
增量 Review(S 级) 打回历史 + S 级 skills/pace-review/review-procedures-delta.md(自包含)
增量 Review(M+ 级) 打回历史 + M+ 级 skills/pace-review/review-procedures-delta.md + skills/pace-review/review-procedures-gate.md
全量 Review(S 级) 首次 review,S 级 无(common 含 S 级格式)
全量 Review(M+ 级) 首次 review,M+ 级 skills/pace-review/review-procedures-gate.md

后续按需加载

触发条件 加载文件
用户打回或给出修改意见 skills/pace-review/review-procedures-feedback.md(自包含)

Step 3:生成摘要

对每个待 review 的 CR 执行:

  1. 交叉影响扫描:检测多活跃 CR 间的文件/模块重叠
  2. 意图一致性检查:对比 CR 意图与 git diff 实际变更(简单 CR 跳过),含推理后缀
  3. 业务追溯:CR → PF → BR 完整价值链追溯
  4. 对抗审查:强制发现问题(M/L/XL),联动 accept 报告弱覆盖区域
  5. 输出摘要:按复杂度分级——S 微型 / M 标准 / L-XL 完整+TL;DR
  6. 持久化:将摘要写入 CR 验证证据 section

详细操作步骤和摘要格式见已加载的 procedures 文件。

Step 4:等待人类决策

处理人类回复(approved / 打回 / 修改意见 / 探索性问题),详细动作见已加载的 procedures 文件。

输出

Review 摘要 + 等待用户决策。

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 85 lines · 60 tokens per session scan A 2048a92177e6

Subscribe to this mod's changes

pace-review is a skill published in the GitHub repository arch-team/devpace (73 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 1,003 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.