a2a-review

仓库创建 2026年6月25日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

为实现中代码提供快速的 codex second‑opinion,提升审查效率。

▸ 风险提示

涉及把源码提供给外部 microVM 与 OpenAI codex,存在代码外泄风险。

这个 Skill 做什么

将文件/差异发送到跑在独立 sbx microVM 中的 codex 做快速二次代码审查并返回问题清单。

把某个文件、diff 或代码片段发到独立 sbx microVM 里的 codex 做快速二次代码审查,codex 会读取与当前编辑器相同的源码树并返回问题清单或 LGTM。适合在实现中途想要快速外部意见、提交前交叉检查或怀疑实现有问题时用。特点是速度快、只用 codex 给 second opinion、通过已有脚本 wrapper 调用。

▸ 展开 SKILL.md 英文原文

Sends a file path, diff, or code instruction to a codex (OpenAI) reviewer running in a separate sbx microVM that reads the same live source tree, and returns its findings as an issue list or LGTM. A fast codex-only second opinion to fire mid-implementation. Use when the user asks for a codex review or second opinion on specific code, mentions a2a review / codex review / 別の目で見て / codex にレビューさせて, or to cross-check code with codex before committing. A thin wrapper over scripts/internal/a2a-review.sh (leaf-layer skill per rules/skills.md, not an orchestrator); codex reads the same source claude is editing.

开发编程代码审查codexA2ACodex
0
Stars
15
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kanka-jp/coding-agent-playbook-20260707/main/.claude/skills/a2a-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kanka-jp/coding-agent-playbook-20260707/main/.claude/skills/a2a-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# a2a-review

codex (OpenAI) を別 sbx microVM の A2A server に立て、**claude が編集中の同一ソースツリーを codex 自身が直接読んで**レビューさせる。外部 AI 多重レビューに対し、**codex 1 体の速い second opinion** を実装の途中で投げるための daily tool。`tools/a2a-review/` の参照実装を host helper `scripts/internal/a2a-review.sh` 経由で呼ぶ薄い wrapper(leaf 層、[rules/skills.md](../../../rules/skills.md) 参照)で、A2A のロジックは再実装しない。

## 前提条件(box の中から自動で揃う)

本 skill は **`bash scripts/dev.sh` (auto-name) または `bash scripts/dev.sh <NAME>` (明示名) で起動した dev box (bind-mount) の中から呼ぶ**ことを想定する。dev.sh が起動時に対応する **`cdx-<NAME>` reviewer box** を auto-provision し、`pair-serve` を bg fork して egress 許可と advertise URL (`$A2A_CODEX_URL`) を box の env に注入する (per-pair lifecycle、claude box TTY 終了で auto teard
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有