codex

Delegate coding tasks to Codex CLI in Git repositories via terminal automation.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/CUexter/hermes-agent --skill codex-cuexter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/CUexter/hermes-agent/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/CUexter/hermes-agent --skill codex-cuexter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI delegation automates coding tasks, speeding up feature work, refactoring, PR reviews, and batch fixes.

Core Features & Use Cases

  • Automates coding tasks such as feature implementation, refactoring, and code reviews via the Codex CLI.
  • Operates inside a Git repository to execute one-shot commands, long-running background jobs, and batch review workflows.
  • Supports PTY-enabled terminal interactions for interactive Codex sessions and batch automation.

Quick Start

Launch a Codex-driven automation session in your repository to begin coding tasks.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code reviews and batch issue fixes in a Git repository?

Running long-running coding tasks in the background requires PTY-enabled terminal automation. The Codex CLI supports interactive sessions and background jobs to execute continuous feature development and refactoring without manual intervention.

What do I need to set up before automating feature development with Codex CLI?

Before automating feature development, you need the Codex CLI installed, an OpenAI API key configured, and a Git repository with PTY enabled. These prerequisites ensure interactive sessions function correctly for terminal automation.

Can I use terminal automation to perform one-shot refactoring tasks?

Yes, you can use terminal automation to perform one-shot refactoring tasks. By delegating commands to the Codex CLI, you execute targeted code modifications and batch fixes directly within your project repository.

Does Codex CLI integration work with PTY for interactive coding sessions?

Codex CLI integration works with PTY for interactive coding sessions. PTY-enabled terminal interactions allow the system to handle interactive prompts and batch automation workflows during code generation and review.