codex-review

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

为广泛或复杂变更提供第二意见,补充主审视角。

▸ 风险提示

审查结论不可盲信,可能出现误判或不完整建议

这个 Skill 做什么

让 Codex(gpt-5.5)作为独立审阅者评审提交或变更的代码差异。

把 gpt-5.5(Codex CLI)当成另一个独立审稿人来审查未提交的改动、分支 diff 或具体提交,专门找 bug、回归或实现偏差。用在想要第二意见或模型选择需要 gpt-5.5 视角时,不适合完全替代人工审读。把它的结论当作审查证据参考,而不是最终的绝对权威。

▸ 展开 SKILL.md 英文原文

Ask Codex CLI (gpt-5.5) for an independent code review of uncommitted changes, branch diff, a commit, or a specific implementation. This is how gpt-5.5 is invoked for review work. Use when the user asks Claude to have Codex or gpt-5.5 review work, when the model-selection rubric calls for a gpt-5.5 review perspective, or when Codex should audit a diff, find bugs or regressions, or compare Claude's implementation against requirements. For a review by Claude itself, use the normal review process instead.

开发编程代码审查二次意见代理协作Codex
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/len5ky/theo-claude-md/master/skills/codex-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/len5ky/theo-claude-md/master/skills/codex-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codex Review

Use Codex as an independent reviewer when the user wants a second-pass review or when a change is broad enough that another agent's perspective is useful.

Prefer Claude's normal review process for small local checks. Do not delegate review just to avoid reading the code yourself. Treat Codex's output as evidence, not authority.

## Workflow

1. Identify the review target: uncommitted changes, base branch, commit SHA, PR checkout, or specific files.
2. Create a temporary artifact directory for the Codex report.
3. Run `codex review` with a focused review prompt.
4. Read Codex's report and verify important claims against the code before presenting them.

Use one of these comma
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有