code-review

仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

并行子代理分别评估规范对齐与代码标准,审查更聚焦。

这个 Skill 做什么

对指定提交范围进行双轴(规范与实现)并行代码审查。

对某个提交范围做双轴并行审查:一轴看代码规范(Standards),一轴看是否满足需求/规格(Spec)。适合审查分支、PR 或指定起点之后的改动,想同时把实现质量和业务正确性分开评估时用。做法是并行运行两个子审查流,然后把结果并排汇总,便于同时看到规范问题和规格偏差。

▸ 展开 SKILL.md 英文原文

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

开发编程代码审查差异分析通用
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/code-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/code-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Two-axis review of the diff between `HEAD` and a fixed point the user supplies:

- **Standards** — does the code conform to this repo's documented coding standards?
- **Spec** — does the code faithfully implement the originating issue / PRD / spec?

Both axes run as **parallel sub-agents** so they don't pollute each other's context, then this skill aggregates their findings.

The issue tracker should have been provided to you — run `/setup-matt-pocock-skills` if `docs/agents/issue-tracker.md` is missing.

## Process

### 1. Pin the fixed point

Whatever the user said is the fixed point — a commit SHA, branch name, tag, `main`, `HEAD~5`, etc. If they didn't specify one, ask for it.

Capture t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有