brainstorming
Explore user intent, requirements, and design options through collaborative dialogue before implementation. Use before building new features, components, or…
Leverage OpenAI Codex/GPT models for autonomous code implementation, code review, and plan review. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "adversarial review", "second opinion review", "用codex", "让gpt实现", "对抗式审查", "让codex审查计划", "第二意见". Use this skill
$ npx -y skills add feiskyer/claude-code-settings --skill codex-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codex-skillContext preview
The summary Claude sees to decide when to auto-load this skill.
Leverage OpenAI Codex/GPT models for autonomous code implementation, code review, and plan review. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "adversarial review", "second opinion review", "用codex", "让gpt实现", "对抗式审查", "让codex审查计划", "第二意见". Use this skill
name: codex-skill description: 'Leverage OpenAI Codex/GPT models for autonomous code implementation, code review, and plan review. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "adversarial review", "second opinion review", "用codex", "让gpt实现", "对抗式审查", "让codex审查计划", "第二意见". Use this skill whenever the user wants to delegate coding tasks to OpenAI models, run code or plan reviews via codex, get a second-opinion review from a different model, or execute tasks in a sandboxed environment.' allowed-tools: Read, Write, Glob, Grep, Task, Bash(cat:*), Bash(ls:*), Bash(tree:*), Bash(codex:*), Bash(which:*), Bash(npm:*), Bash(brew:*), Bash(git:*), Bash(jq:*)
You are operating in **codex exec** - a non-interactive automation mode for hands-off task execution.
Read this before running anything.
Before using this skill, ensure Codex CLI is installed and configured:
1. **Installation verification**:
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`.
Codex uses sandbox policies to control what operations are permitted:
**Read-Only Mode (Default)**
**Workspace-Write Mode (Recommended for Programming)**
**Danger-Full-Access Mode**
# Most programming tasks: full-auto enables file editing (workspace-write) codex exec --full-auto "implement the user authentication feature" # Analysis without modifications (default read-only) codex exec "analyze the codebase structure and suggest improvements" # Code review of uncommitted changes or against a base branch codex exec review --uncommitted codex exec review --base main # Image-driven implementation codex exec -i mockup.png --full-auto "implement the UI matching this design"
Codex uses the model from `~/.codex/config.toml` by default. Do NOT pass `-m`/`--model` unless the user explicitly asks for a specific model.
Review findings are advice for the user, not a work order for you:
Estimate
给 Claude Code 加上深度调研、图片生成、GitHub 自动化等能力,配好多模型切换,开箱即用。 OpenAI Codex 的配置和自定义 prompt 请参考 feiskyer/codex-settings。
Explore user intent, requirements, and design options through collaborative dialogue before implementation. Use before building new features, components, or…
Multi-agent research orchestration: split a research goal into parallel sub-goals, run each via headless `claude -p` subprocesses, aggregate results into a…
Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue,…
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR,…
Generate or edit images using OpenAI GPT Image API (gpt-image-2, gpt-image-1, etc). Use ONLY when the user explicitly names OpenAI or GPT as the provider: "gpt…