review

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

适合需要系统化、多轮自动代码审查并产出教学反馈的团队。

这个 Skill 做什么

对代码 diff 进行多视角并行审查,验证并修复直到通过。

对代码 diff 用多视角并行审查,把不同的检查角度同时展开,发现的问题相互验证、确认后修复,然后重复循环直到通过(最多三次)。适合需要高保证的变更审查,比如安全、可维护性或发布关键路径的代码。特别之处在于并行“多镜头”审查与对抗式验证,发现的要点会沉淀为学习卡片,过程有明确迭代回报。

▸ 展开 SKILL.md 英文原文

Multi-lens parallel review loop - four reviewer lenses fan out over the diff, findings are adversarially verified, confirmed ones fixed, and the loop repeats until a pass comes back clean (max 3 iterations). Confirmed findings become lesson cards.

开发编程代码审查并行验证教学卡片通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Progress Contract

Register these steps as a native task list at Step 1, before beginning.
Report progress as "N steps remaining, size class S/M/L" — never wall-clock ETAs.
Report loop progress as `iteration k/3` and `n/4 lenses done`.

Register steps in the native task list named `🐙 <n>/<total> — <step name>`; update each to in_progress/completed as you go — the checklist is the user's primary progress view.

Steps: (1) resolve-diff, (2) review-fan-out, (3) adversarial-verify, (4) apply-fixes,
(5) write-lessons, (6) conclude.

## Arguments

- **`--staged`** — diff staged changes only (`git diff --cached`).
- **`--branch`** — commits on the current branch not yet on the resolved base. Ba
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有