autoreview

仓库创建 2026年7月25日最近提交 5 天前SkillHot 收录 3 天前
这个 Skill 做什么

作为提交前或合并前的自动代码审查工具,帮你做结构化的 closeout 检查,指出问题和改进点。会在你准备合并或想要额外把关时代替人工审阅做第一轮把关。特别之处是有默认的 Codex 引擎(也支持 Claude),并按策略重试不同模型来提高可靠性。

▸ 展开 SKILL.md 英文原文

Pre-commit/ship code review: Codex default; optional Claude or Pi.

0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/autoreview/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/autoreview/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Auto Review

Run the bundled structured review helper as a closeout check. This is code review, not Guardian `auto_review` approval routing.

Codex review is the default when no engine is set. It uses `gpt-5.6-sol` with `high` reasoning by default, then retries once with `gpt-5.6-terra` only when the account cannot access Sol. Claude review is optional and uses `claude-fable-5` by default.

For user-visible behavior, pair autoreview with `behavior-validator`. Autoreview is source-aware and judges the change bundle; behavior validation is source-blind and judges the running product or tool against a behavior contract. A clean autoreview is not proof that a UI, CLI, API, or generated artifac
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有