codex

Delegate coding tasks to OpenAI Codex CLI in git repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you delegate coding work to OpenAI Codex CLI so you can complete feature work, refactors, and reviews faster without manually driving every edit.

Core Features & Use Cases

  • Feature Development: Ask Codex to implement new functionality in an existing git repository.
  • Refactoring: Use Codex to restructure code, improve maintainability, and apply batch fixes.
  • PR Review and Batch Work: Run parallel reviews or issue fixes across worktrees and monitor long-running jobs from Hermes.
  • Use Case: A developer can hand off a bug fix, keep Codex running in the background, and then review the generated changes before pushing a pull request.

Quick Start

Ask Codex to implement your coding task in a git repository using pty mode so the interactive CLI can run correctly.

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 for pull requests using a CLI coding agent?

You can automate pull request reviews by delegating the task to OpenAI Codex CLI. This Skill runs parallel reviews across git worktrees and monitors long-running jobs in the background, allowing you to evaluate generated changes before pushing.

What do I need to run Codex CLI for autonomous coding inside a git repository?

Running Codex CLI requires an authenticated OpenAI access token, a PTY-enabled terminal session, and an existing git repository. You must also have the Codex CLI installed locally to execute interactive terminal commands properly.

Can I delegate refactoring and batch issue fixes to an autonomous coding agent?

Yes, you can delegate refactoring and batch issue fixing to OpenAI Codex CLI. The Skill restructures code, improves maintainability, and applies batch fixes across worktrees while you monitor progress from the background.

How does background monitoring work for long-running coding tasks in a terminal?

Background monitoring works by keeping Codex CLI running in PTY mode while Hermes tracks the long-running jobs. This allows you to hand off bug fixes or feature development, continue working, and review the generated code changes later.

What is the best way to implement new features in an existing git repository without manual edits?

The best way is delegating feature development to OpenAI Codex CLI. Ask the Skill to implement the new functionality within your existing git repository, let it run autonomously, and review the generated changes before committing.

Why does Codex CLI require a PTY-enabled terminal session for feature development?

Codex CLI requires a PTY-enabled terminal session because it operates as an interactive CLI coding agent. PTY mode allows the autonomous terminal execution to handle interactive prompts and drive the coding workflow correctly within the git repository.