pr-triage-codex

仓库创建 2026年6月23日最近提交 4 天前SkillHot 收录 4 小时前
▸ 精选理由

自动化汇总问题并批量生成修复建议,能显著减少人工 triage 成本。

▸ 风险提示

会生成并应用代码修改,可能要求仓库写权限并存在引入错误或安全问题的风险。

这个 Skill 做什么

用 Codex 辅助将红色 PR 逐步整理并修复评审意见与 CI 故障直至通过。

把“红色”PR变成绿灯合格:先把未解决的评审意见、bot 报告和失败的 CI 汇总成清单,再跟你一起批次确认处理方式,最后由 Codex 实现修复、对改动做对抗性复审并推送观察 CI 状态。适合有人评审阻塞或 CI 持续失败、目标是把 PR 完全通过时用。亮点是把人工决策和 Codex 自动改修结合,能快速闭环并减少来回。

▸ 展开 SKILL.md 英文原文

Use when a PR has review comments, bot findings, or failing CI and the goal is to get it fully green. Triggers - "triage my PR", "get CI green", "handle the review comments", "fix the PR feedback", "clear the CI blockers", a PR URL plus "make it pass". Optional arg `--fast` - all codex exec calls run in fast mode (codex-lanes §3).

开发编程PR 管理CI 绿化Codex 辅助问题分类CodexClaude Code
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/pr-triage-codex/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hugo-clemente/codex-flow/main/skills/pr-triage-codex/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# PR Triage (Codex-augmented)

## Overview

One pass from red PR to green PR: gather every open item (unresolved review threads, bot
findings, failing checks) → post the triage brief (table + ELI5 per item) → triage them with
the user in a few batched AskUserQuestion calls →
Codex implements the accepted fixes → Codex adversarially reviews the diff → reply/resolve
threads, push, watch CI → loop on new failures until green or blocked.

**REQUIRED SUB-SKILL: `codex-flow:codex-lanes`** — implementer lane (§5) writes fixes, review
lane (§4) challenges the diff. `NO_CODEX` (§1) → Claude subagents take both roles; say so once.

## When to Use

- a PR exists and has unresolved comments, bot finding
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有