codex

Orchestrate Codex CLI tasks for code analysis, refactoring, and automated editing.

5|Updated Jun 14, 2020
One-click install
npx skills add https://github.com/PrayagS/dotfiles --skill codex-prayags
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/PrayagS/dotfiles/tree/main/config/claude/skills/codex
Command: npx skills add https://github.com/PrayagS/dotfiles --skill codex-prayags

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Codex CLI workflows from OpenAI Codex usage to code analysis, refactoring, and automated editing, reducing manual setup and execution overhead.

Core Features & Use Cases

  • Model and reasoning control for tailored AI-assisted coding sessions.
  • Sandbox configuration and safe defaults to guard code execution and session continuity.
  • Unified command assembly and session resumption to manage long-running tasks.

Quick Start

Ask the user to specify the Codex model and reasoning level, then execute codex exec with the chosen options to start a session.

Frequently Asked Questions about codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Codex CLI tasks for code analysis and refactoring?

Automate Codex CLI tasks by orchestrating model selection, reasoning control, and sandbox configuration to execute code analysis and refactoring workflows. This reduces manual setup overhead by composing execution commands with appropriate flags and safe defaults.

How do I configure model and reasoning levels for automated code editing?

Configure model and reasoning levels by specifying your chosen parameters before executing the session. The workflow prompts for the target model and reasoning level, then composes the execution command with those specific flags to tailor the AI-assisted coding session.

Can I resume a long-running Codex coding session after interruption?

Resume long-running Codex coding sessions using the built-in resume mechanism. It handles session continuity by applying proper redirection and error handling, allowing you to manage and continue automated editing tasks across your coding projects.

What are the safe defaults for sandbox configuration in CLI code execution?

Safe defaults for sandbox configuration guard code execution and ensure session continuity during automated tasks. They are imposed automatically when composing execution commands to protect your development environment while running model-based code analysis.