codex

Automate coding tasks with OpenAI Codex CLI inside a git repository.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill codex-liumeixin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/liumeixin/hermes-skills/tree/main/autonomous-ai-agents/codex
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill codex-liumeixin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex, and includes scripts (resource) components.

What problem does it solve?

This Skill automates coding tasks using OpenAI Codex CLI agent, streamlining the process of building features, refactoring, PR reviews, and batch issue fixing.

Core Features & Use Cases

  • Delegate Coding Tasks: Assign coding tasks to Codex CLI agent for features, refactoring, PR reviews, and batch issue fixing.
  • OpenAI Codex Integration: Utilizes OpenAI Codex CLI for code generation and analysis.
  • Git Repository Requirement: Must be run inside a git repository.
  • Interactive Terminal App: Codex is an interactive terminal app that requires pty=true.

Quick Start

Use the codex skill to execute a coding task, such as 'Add dark mode toggle to settings'.

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 like feature building and refactoring in a git repository?

You can automate coding tasks like feature building and refactoring by delegating them to the OpenAI Codex CLI agent, which executes code generation and analysis directly within your git repository.

Do I need an OpenAI API key to use the Codex CLI agent for code review and issue fixing?

Yes, you need an OpenAI API key and the Codex CLI installed to automate code review, batch issue fixing, and other coding tasks within your interactive terminal.

What is the best way to run OpenAI Codex for batch issue fixing and PR reviews?

The best way to run OpenAI Codex for batch issue fixing and PR reviews is inside a git repository using an interactive terminal app with pty=true enabled.

Can I use OpenAI Codex to automate code generation outside of a git repository?

No, you cannot use OpenAI Codex to automate code generation outside of a git repository, as the Codex CLI agent strictly requires the task to be run inside a git repository.

Why does the Codex CLI agent require an interactive terminal with pty=true?

The Codex CLI agent requires an interactive terminal with pty=true because it operates as an interactive terminal app to properly execute coding tasks and handle code generation inputs.