codex

Delegate coding tasks to Codex CLI within a Git repository.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill codex-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill codex-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating them to Codex CLI for automated development workflows that reduce manual coding effort and speed up delivery.

Core Features & Use Cases

  • One-Shot Tasks: Execute coding prompts quickly inside a git repository.
  • Background Mode & Long Tasks: Manage long-running refactors, analysis, or PR reviews with background processes and PTY support.
  • PR Reviews & Batch Work: Review multiple PRs and apply batch fixes using worktrees and automated tooling.
  • Guardrails & Rules: Enforce sandboxing requirements and use PTY for interactive operation.

Quick Start

Run codex to execute a coding task inside a git repository using the full-auto option for automatic changes.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate coding tasks and refactoring inside a git repository?

Automating coding tasks inside a git repository is done by delegating prompts to Codex CLI, which executes one-shot coding workflows and manages long-running background processes using PTY support.

Can I use Codex CLI to review multiple pull requests and apply batch fixes?

Reviewing multiple pull requests and applying batch fixes is supported by delegating PR reviews to Codex CLI. The Skill uses git worktrees and automated tooling to process and resolve multiple PRs sequentially.

Do I need OpenAI authentication to run Codex CLI for automated development workflows?

Yes, you need a valid OpenAI authentication flow or Codex OAuth to run Codex CLI for automated development workflows. The Skill also requires running inside a git repository with PTY enabled for interactive operation.

What is the best way to handle long-running refactors and code analysis without blocking the terminal?

The best way to handle long-running refactors and code analysis without blocking the terminal is using background mode with PTY support. This delegates the long task to Codex CLI while keeping the interactive session responsive.

Why does Codex CLI require sandboxing and PTY for automated coding workflows?

Codex CLI requires sandboxing and PTY for automated coding workflows to enforce guardrails and maintain interactive terminal operation. PTY ensures the background process can handle interactive prompts correctly during execution.

Does Codex CLI work for batch issue fixes in existing development environments?

Yes, Codex CLI works for batch issue fixes in existing development environments by applying automated changes within a git repository. It uses the full-auto option to execute and apply fixes across multiple files.