review
Installation
SKILL.md
审查 (Review)
对 HEAD 与用户提供的固定点之间的 diff 进行双轴审查:
Two-axis review of the diff between
HEADand a fixed point the user supplies:
- 标准 — 代码是否符合本仓库记录的编码规范?
Standards — does the code conform to this repo's documented coding standards?
- 规格 — 代码是否忠实地实现了原始 issue / PRD / 规格?
Spec — does the code faithfully implement the originating issue / PRD / spec?
两个轴作为并行子 agent 运行,这样它们不会相互污染上下文,然后本技能汇总它们的发现。
Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings.
issue tracker 应该已经提供给你了 —— 如果 docs/agents/issue-tracker.md 缺失,运行 /setup-matt-pocock-skills。
The issue tracker should have been provided to you — run
/setup-matt-pocock-skillsifdocs/agents/issue-tracker.mdis missing.