codex

Run OpenAI Codex CLI tasks for code analysis, review, and automated editing.

52|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/caidish/cAI-tools --skill codex-caidish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/caidish/cAI-tools/tree/main/plugins/AI-skill/skills/codex
Command: npx skills add https://github.com/caidish/cAI-tools --skill codex-caidish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to run OpenAI Codex-inspired CLI tasks for code analysis, review, and automated editing directly from Claude, reducing context-switching and saving time.

Core Features & Use Cases

  • Codex CLI orchestration: manage tasks with codex exec and resume flows.
  • Guided prompts: control sandbox, model, and reasoning effort to balance speed and accuracy.
  • Code review & editing: perform analysis and automatic edits via Codex CLI.

Quick Start

  1. Ask the user for model and reasoning effort, then bundle the required flags.
  2. Use: codex exec --skip-git-repo-check resume --last 2>/dev/null
  3. After completion, inform the user about how to resume with "codex resume".