codex

Delegate software development tasks to the OpenAI Codex CLI.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill codex-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill codex-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the friction of manual coding tasks by delegating feature implementation, refactoring, and code reviews to an autonomous agent that operates directly within your git repository.

Core Features & Use Cases

  • Autonomous Execution: Handles complex coding tasks like building features or batch-fixing issues using the Codex CLI.
  • Automated Code Review: Streamlines the PR process by performing automated reviews and diff analysis.
  • Use Case: When you need to refactor a legacy module, you can instruct the agent to perform the refactor in a sandboxed environment, verify the changes, and prepare the commit for your final approval.

Quick Start

Use the codex skill to execute a feature implementation task within your current git repository by providing a natural language prompt.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate feature implementation and refactoring within a git repository?

Automate feature implementation and refactoring by delegating natural language prompts to an autonomous coding agent, which executes changes and prepares commits directly within your git-initialized workspace.

Can I use an autonomous coding agent for automated pull request reviews and diff analysis?

Automated pull request reviews and diff analysis are supported by the coding agent, streamlining the PR process by performing parallelized PR analysis directly within your repository.

What do I need to configure before delegating coding tasks to the OpenAI Codex CLI?

Delegating coding tasks requires a configured OpenAI Codex CLI environment with appropriate authentication and PTY-enabled terminal access to execute automated code changes.

How does an autonomous agent handle batch issue resolution in a software project?

Autonomous batch issue resolution is handled by the agent operating within git workspaces, executing automated code changes across multiple issues and verifying the changes before final commit approval.

Does the Codex CLI coding agent work in sandboxed environments for legacy module refactoring?

Legacy module refactoring is performed in sandboxed environments by the agent, verifying changes and preparing the commit for final approval without directly affecting the main branch.