codex

Delegate coding tasks to Codex CLI within a git repository.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/founderphantom/zola-agent --skill codex-founderphantom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/founderphantom/zola-agent/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/founderphantom/zola-agent --skill codex-founderphantom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI delegation enables developers to offload coding tasks to an autonomous coding agent, accelerating feature development, code reviews, and batch fixes within a Git repository.

Core Features & Use Cases

  • Codex CLI delegation for end-to-end coding tasks including feature development, refactoring, PR reviews, and batch issue fixing across repositories.
  • One-shot task execution against a git repository using Codex CLI with an interactive PTY session.
  • Background mode for long-running coding tasks with session monitoring and control (poll, log, submit, kill).

Quick Start

Run the Codex CLI inside a git repository and execute a one-shot coding task to implement a feature.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I delegate coding tasks to an autonomous agent inside a git repository?▼

You can delegate coding tasks to an autonomous agent by running the Codex CLI inside a git repository with an interactive PTY session. This allows you to offload feature development, refactoring, and batch issue fixing directly within your codebase.

What do I need to run Codex CLI for automated code reviews?▼

To run Codex CLI for automated code reviews, you need the Codex CLI installed, a configured OpenAI API key, and operation inside a git repository with PTY enabled. These prerequisites allow the agent to analyze and interact with your codebase.

Can I execute one-shot coding tasks for feature development using Codex?▼

Yes, you can execute one-shot coding tasks for feature development using Codex CLI. It operates against a git repository in an interactive PTY session to implement specific features or refactor code autonomously.

How does background mode work for long-running coding tasks in a git repository?▼

Background mode handles long-running coding tasks by providing session monitoring and control. You can poll status, view logs, submit inputs, or kill the session, enabling autonomous batch issue fixing across multiple repositories without blocking your terminal.

What are the limitations of using an autonomous coding agent for batch issue fixing?▼

The primary limitation is that the autonomous coding agent requires operation inside a git repository with PTY enabled and a configured OpenAI API key. It is bounded by the CLI's ability to interact with the codebase and manage the interactive session.