codex-skill

仓库创建 2025年7月18日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由

便于将编码任务交给模型执行并进行自动化评估。

▸ 风险提示

依赖 OpenAI Codex CLI 与 API Key,可能产生成本或数据泄露风险。

这个 Skill 做什么

利用 OpenAI Codex/GPT 系列模型自动实现与审查代码任务。

把 OpenAI 的 Codex/GPT 模型当作自动写码和代码审查的执行引擎,可以在沙箱或非交互的 codex exec 模式下全自动跑完实现和检查流程。适合想把实现、重构或审查工作交给模型去跑的场景,但使用前需要配置好 Codex CLI 等工具。特点是支持端到端的 hands-off 自动化执行与 review。

▸ 展开 SKILL.md 英文原文

Leverage OpenAI Codex/GPT models for autonomous code implementation. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "用codex", "让gpt实现". Use this skill whenever the user wants to delegate coding tasks to OpenAI models, run code reviews via codex, or execute tasks in a sandboxed environment.

开发编程Codex代码生成自动化Codex
1.6k
Stars
242
Forks
12
仓库内 Skill
+33
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/plugins/codex-skill/skills/codex-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/plugins/codex-skill/skills/codex-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codex

You are operating in **codex exec** - a non-interactive automation mode for hands-off task execution.

## Prerequisites

Before using this skill, ensure Codex CLI is installed and configured:

1. **Installation verification**:

   ```bash
   codex --version
   ```

2. **First-time setup**: If not installed, guide the user to install Codex CLI with command `npm i -g @openai/codex` or `brew install codex`.

## Core Principles

### Autonomous Execution

- Execute tasks from start to finish without seeking approval for each action
- Make confident decisions based on best practices and task requirements
- Only ask questions if critical information is genuinely missing
- Prioritize comple
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有