codex

Delegate coding tasks to Codex CLI within a Git repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI integration delegates coding tasks to Codex to accelerate feature development, refactoring, PR reviews, and batch issue fixes within a git repository.

Core Features & Use Cases

  • Delegates coding tasks to Codex CLI for feature development, refactoring, PR reviews, and batch issue fixes within a repository.
  • Requires Codex CLI and a configured Git repository; supports one-shot tasks and long-running background sessions.
  • Provides guided automation with clear prompts and safe defaults for predictable code changes.

Quick Start

Ask Codex to implement a feature inside your git repo by running a Codex CLI command with a clear, scoped 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 development and code refactoring inside a Git repository?

Automating feature development and refactoring involves delegating coding tasks to Codex CLI inside a Git repository. This integration uses guided prompts and safe defaults to accelerate code changes and apply predictable updates directly to your project.

Can I use Codex CLI to automate PR reviews and batch issue fixes?

Yes, you can use Codex CLI to automate PR reviews and batch issue fixes across projects. The integration delegates these coding tasks within your configured repository, supporting both one-shot commands and long-running background sessions for comprehensive code review.

Do I need an OpenAI API key to run Codex CLI commands for coding tasks?

Yes, an OpenAI API key is required to run Codex CLI commands for coding tasks. Additionally, you must have Codex installed, a configured Git repository, and execute commands inside a PTY-enabled terminal session.

What is the best way to delegate coding tasks for background repository changes?

The best way to delegate coding tasks for background repository changes is using Codex CLI integration. It supports long-running background sessions within a Git repository, enabling automated feature development and batch issue fixes with safe defaults.

Why does Codex CLI require a PTY-enabled terminal session for code automation?

Codex CLI requires a PTY-enabled terminal session for code automation to properly handle interactive prompts and long-running background processes. This ensures reliable execution when delegating coding tasks and applying changes within your Git repository.