pr-codex-ci

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

在受限 box 中提供单体 codex 审查+CI 编排的轻量后处理流程。

▸ 风险提示

依赖 codex 与 CI,需相应的凭据与网络访问,存在外部数据泄露风险。

这个 Skill 做什么

在 box 环境内以 codex 为二次意见,组织 CI 门控与修复循环直至 PR 准备合并。

在 box 环境里对新建 PR 运行一套 Codex 二次审查加 CI 门控的后处理流程,持续循环修复直到 PR 审查通过且 CI 绿灯。常在刚创建 PR、想让本地的 Codex 做 second-opinion 并同时监控 gh pr checks 时触发。特别之处是 box-native 的 Codex-only 流程,会调用 /a2a-review 并自动 orchestration 修复循环,适合没有多 AI 的本地环境。

▸ 展开 SKILL.md 英文原文

Runs the post-PR pipeline: gets a codex (OpenAI) second-opinion review of the PR diff by composing the /a2a-review skill, applies a CI gate, and loops fixing codex findings and CI failures until the PR is review-clean and CI is green (or no CI configured). The box-native, codex-only post-PR follow-up (the in-box counterpart to host-side multi-AI review). Use after creating a PR, when the user asks to review a PR with codex and watch CI, or mentions PR review + CI / codex に PR を見せて / PR の後処理. Orchestrates /a2a-review + gh pr checks; the per-box codex reviewer (cdx-<NAME>) must already be running (auto-provisioned by dev.sh).

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

PR 作成後の **codex review + CI gate** を回す box-native の後処理フロー。**codex 呼び出しは `/a2a-review` skill に委譲**(A2A の入口を 1 本に集約し、reviewer 到達性は `/a2a-review` 側に任せる)し、本 skill は **CI gate + 修正ループの orchestration に徹する**。box には他の AI CLI が無いため codex 1 体での second opinion。

## Autonomy(中間確認なしで発火・進行)

本 skill は **`gh pr create` 直後に確認を求めず invoke される**([../../../rules/pr-followup.md](../../../rules/pr-followup.md) 「いつ発火するか」参照)。skill 起動後も「このまま続けますか?」「codex 指摘を採用しますか?」「再 push しますか?」等の**選択肢提示で停止しない**。採否は本 skill の判定基準(correctness / security / regression / 既存契約違反のみ採用)で自走決定する。

明示的に停止するのは以下のみ:
- **最終 merge-ready 報告**(local gate: codex 採用指摘ゼロ + CI green or 未設定 / remote gate: 全 thread resolved + 新規 review sett
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有