Install
$ agentstack add skill-arch-team-devpace-pace-review ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/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,按以下顺序做状态感知引导(用户不需要理解状态机):
- 有
verifying状态的 CR → 提示"CR-xxx 正在验证中(Gate 2 自动检查),检查完成后会自动进入 Review。要先看看当前质量检查进度吗?" - 只有
developing状态的 CR → 提示"CR-xxx 还在开发中。需要先推进到 review 阶段吗?" - 无活跃 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 执行:
- 交叉影响扫描:检测多活跃 CR 间的文件/模块重叠
- 意图一致性检查:对比 CR 意图与
git diff实际变更(简单 CR 跳过),含推理后缀 - 业务追溯:CR → PF → BR 完整价值链追溯
- 对抗审查:强制发现问题(M/L/XL),联动 accept 报告弱覆盖区域
- 输出摘要:按复杂度分级——S 微型 / M 标准 / L-XL 完整+TL;DR
- 持久化:将摘要写入 CR 验证证据 section
详细操作步骤和摘要格式见已加载的 procedures 文件。
Step 4:等待人类决策
处理人类回复(approved / 打回 / 修改意见 / 探索性问题),详细动作见已加载的 procedures 文件。
输出
Review 摘要 + 等待用户决策。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: arch-team
- Source: arch-team/devpace
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.