codex-agent
仓库创建 2025年12月9日最近提交 9 天前SkillHot 收录 20 天前
▸ 精选理由
适合需要用 Codex 做代码复审或交叉验证时作为辅助审查者使用。
▸ 风险提示
需要安装并认证 Codex CLI,涉及本地凭据与授权
这个 Skill 做什么
通过 Codex CLI 提供第二意见评审、交叉验证与调试建议的协作技能。
通过集成 OpenAI 的 Codex CLI 提供“二次意见”式的代码评审、交叉验证和调试建议,适合在另一个 agent 做完实现后想要复核或寻求替代实现时使用。默认是让 Codex 以只读方式给出反馈,只有在你同意或要求修复时才应用改动,能避免自动改写代码。要求本地已安装并登录 Codex CLI,便于把人工审查流程自动化。
▸ 展开 SKILL.md 英文原文
Use when you want a second-opinion review via Codex CLI, cross-verification after another agent implements changes, debugging help, or alternative implementation proposals. Requires Codex CLI to be installed and authenticated.
239
Stars
23
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/codex-agent/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/codex-agent/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Codex Agent Collaboration Skill This skill enables Claude Code to collaborate with OpenAI's Codex CLI agent for second-opinion review, cross-verification, debugging analysis, and alternative implementation proposals. Default posture: Codex reviews in `read-only`; the primary agent applies changes only when the user asked for fixes or approved them after reading the review. ## Optional Codex Review Workflow Use this workflow when the user asks for Codex review, wants a second opinion, or needs cross-verification from a separate coding agent. ### Step 1: Call Codex and Read Feedback ```bash REPORT="$(mktemp -t codex-review.XXXXXX.md)" codex exec -C <project_path> -s read-only -o "$REPO
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有