codex-implementation

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

适合明确边界的实现任务,自动化改动并保留人工审查环节。

▸ 风险提示

会对仓库做自动修改,需提供写权限并做好备份

这个 Skill 做什么

将有界代码修改委托给 Codex(gpt-5.5)实现并由 Claude 审核差异与验证。

把有界的代码改动交给 Codex(gpt-5.5)去实现,然后由 Claude 审核生成的 diff、运行或验证改动并给出解释。适合需要把具体补丁产出来但又要有人审查、或模型决策把实现交给 gpt-5.5 的场景。流程的特点是实现与审核分工明确:让实现能力强的 agent 产出补丁,Claude 负责范围界定、差异复核和最终验证。

▸ 展开 SKILL.md 英文原文

Ask Codex CLI (gpt-5.5) to implement scoped code changes in the current repository, then have Claude inspect the resulting diff and verification. This is how gpt-5.5 is invoked for implementation work. Use when the user asks Claude to delegate implementation to Codex or gpt-5.5, when the model-selection rubric routes the work to gpt-5.5, or when a bounded task would benefit from another coding agent producing a patch.

开发编程实现委派代码变更差异审核Codex
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/len5ky/theo-claude-md/master/skills/codex-implementation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/len5ky/theo-claude-md/master/skills/codex-implementation/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codex Implementation

Use Codex as a separate implementation agent for bounded code changes. Claude remains responsible for scoping the task, reviewing the diff, running or checking verification, and explaining the final result.

Use this when the user asks for Codex or delegation, or when a bounded task would benefit from a parallel implementation agent producing a patch. Do not let Codex commit, push, deploy, or edit global config unless the user explicitly asked for that.

## Workflow

1. Pin the current state with `git status --short` and note any user changes already present.
2. Define the implementation scope: files or behavior to change, files to avoid, constraints, and verification
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有