Agent skill · Code Review & Quality

oracle-codex

This skill should be used when the user asks to "use Codex", "ask Codex", "consult Codex", "Codex review", "use GPT for planning", "ask GPT to review", "get GPT's opinion", "what does GPT think", "second opinion on code", "consult the oracle", "ask the oracle", or mentions using an AI oracle for planning or code review. NOT for implementation tasks.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill oracle-codex --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/oracle-codex/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex Oracle Use OpenAI Codex CLI as a **planning oracle** and **code reviewer**. Codex provides analysis and recommendations; Claude synthesizes and presents to the user. **Critical**: This skill is for planning and review ONLY. Never use Codex to implement changes. ## Prerequisites Before invoking Codex, validate availability: ```bash ~/.claude/skills/oracle-codex/scripts/check-codex.sh ``` If the script exits non-zero, display the error message and stop. Do not proceed without Codex CLI. ## Configuration Defaults | Setting | Default | User Override | | --------- | ----------------------------- | ----------------------------------------------- | | Model | `gpt-5.2-codex` | "use model X" or "with gpt-5.2-codex" | | Reasoning | Dynamic (based on complexity) | "use medium reasoning" or "with xhigh effort" | | Sandbox | `read-only` | Not overridable (safety constraint) | | Timeout | 5 minutes minimum | Estimate based on task complexity | | Profile | `quiet` (notify=[]) | User opts into another profile or notifications | ### Timeout Guidelines When invoking `codex exec` via the Bash tool, always set an appropriate timeout: - **Minimum**: 5 minutes (300000ms) for any Codex operation

What's inside
Steps it walks through
  1. Prerequisites
  2. Configuration Defaults
  3. Timeout Guidelines
  4. Reasoning Effort Guidelines
  5. Workflow
  6. 1. Validate Prerequisites
  7. 2. Determine Mode
  8. 3. Construct Prompt
  9. 4. Assess Complexity and Execute Codex
  10. 5. Present Codex Output
  11. 6. Synthesize and Plan
  12. Error Handling
  13. Usage Examples
  14. Planning Request
Ships with 1 file
  • metadata.json
Commands it runs
Select EFFORT based on complexity assessment (low/medium/high/xhigh)
Bash tool timeout: 5-20 minutes based on complexity
codex exec \
cat "$CODEX_OUTPUT"
More from claude-skill-registry
All skills →
About this skill
What does the oracle-codex skill do?

This skill should be used when the user asks to "use Codex", "ask Codex", "consult Codex", "Codex review", "use GPT for planning", "ask GPT to review", "get GPT's opinion", "what does GPT think", "second opinion on code", "consult the oracle", "ask the oracle", or mentions using an AI oracle for planning or code review. NOT for implementation tasks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill oracle-codex --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going