with one click
review
PR/代码结构化回顾(/review · REV-*)— 双轴清单;可委派 review agent(只读)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
PR/代码结构化回顾(/review · REV-*)— 双轴清单;可委派 review agent(只读)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
REST/OpenAPI 设计审查。
系统调试循环(/debug)— 复现→假设→隔离→验证→记录;禁止无复现盲改。说「修 bug」「测挂了」「不知道为啥挂」时用。
交付验收(/delivery):视觉 · i18n · 文档对齐 · 后端对接 · 组件完整度 · 可维护性 · 生产就绪。Sprint 收尾或 /release 分支前走查。说「交付验收」「上线前检查」「生产就绪」时用。
磁盘快照(/disk):结构化采集 HOME 与可配置路径占用,写入 .cursorGrowth/disk-snapshots/, 并与上次快照对比变动。说「磁盘快照」「空间变动」「disk snapshot」时也触发。
Git — 分支、提交、合并。需要 git 操作时用。
信息架构(IA)规划与审查(/ia)— 工作流正交、角色入口、分支点、反模式。说「信息架构」「导航迷路」「角色首页」「工作流分支」「Dashboard 太乱」时用。
| name | review |
| description | PR/代码结构化回顾(/review · REV-*)— 双轴清单;可委派 review agent(只读) |
用这个:REV-*、合并前结构化回顾、坏味道/复杂度扫读。不是那个:只跑 Bugbot/Security → 全局 ~/.cursor/skills-cursor/review;安全深挖 → security;上线 7 维走查 → delivery;找根因修 bug → debug。
可委派 review agent(只读)。本 skill 管清单与输出格式。
分支 / PR / 自某 commit 起的变更,按两轴扫读(可并行 subagent,结果并排汇报):
| 轴 | 问什么 | 证据来源 |
|---|---|---|
| Standards | 是否符合本仓已文档化规范? | rules/tech/*.mdc · .cursorGrowth/learn/dev-conventions.md · 同目录既有代码风格 |
| Spec | 是否满足** originating issue / PRD / plan Goal**? | PR 描述 · linked issue · plan.md Target · 验收命令 |
每轴输出:通过 / 疑点 / Blocker + file:line + 一句依据。两轴结论冲突时(规范过但偏离需求,或反之)标 Decision needed。
同一 diff 多问题时,先报高影响、低噪声(排序权重,非跳过清单):
严重度(Blocker / High / Medium / Low)· file:line · 发现 · 建议 · (可选)轴:Standards / Spec
REV-* 含交付/上线 → 叠加 delivery 7 维(+ 可选 §8–§11)(只读)用这个:PRD、原型、功能说明过评审会前。不是那个:代码 diff(上节双轴)· 上线走查(delivery)。
reference/doc-review-checklist.md 六视角 + 意见红线 + 三级风险用户说「帮我看看这个 PRD」「模拟评审会」→ 本节。写完 PRD 后预审 → 链 plan doc-prd-enrich.md 待确认项优先核对。
用这个:Greenfield/Brownfield 在 implement 前或 plan 拆 TASK 后。不是那个:PR 代码回顾(上节清单仍适用)。
对照三件套(路径见 workflow.json sdd.specs_dir):
| 检查 | 问什么 |
|---|---|
| spec → plan | 每个用户故事/FR 在技术 plan 有落点?无孤儿需求? |
| plan → tasks | 每个技术决策有 task?无未覆盖的 contract/research 项? |
| tasks → spec | 每个 task 追溯到用户故事或 FR?无 scope 外 task? |
| 术语 | spec/plan/tasks 同一实体同名? |
| 验收 | TASK 验收列与 spec 验收场景、tasks checkpoint 一致? |
输出:Blocker / High / Medium · 工件路径 · 缺口 · 建议修复(回 plan 或 run 勿静默扩 scope)。
REV-*;next-task 跳过但 gate 仍适用编码任务Decision needed 的文档冲突项(见 delivery)