codex

Delegate coding tasks to OpenAI Codex CLI within git repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding work to Codex so you can offload implementation, refactoring, and review tasks while keeping the workflow inside a git repository.

Core Features & Use Cases

  • Feature implementation: Hand Codex a product task and let it build or extend functionality in your codebase.
  • Refactoring and cleanup: Use it to reorganize modules, simplify logic, and batch-fix code issues.
  • Pull-request review: Run Codex on diffs to produce review feedback before merging changes.
  • Parallel task handling: Manage multiple coding jobs in separate worktrees or background sessions.

Quick Start

Tell the skill to delegate a coding task to Codex in an existing git repository using an interactive PTY terminal session.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I delegate coding tasks to OpenAI Codex CLI inside a git repository?

To delegate coding tasks to OpenAI Codex CLI, you run the skill in an existing git repository using an interactive PTY terminal session, allowing Codex to autonomously perform implementation, refactoring, and review operations.

Can I use OpenAI Codex CLI for pull-request review and code refactoring?

Yes, you can use OpenAI Codex CLI for pull-request review and code refactoring by running it on git diffs to generate review feedback, and directing it to reorganize modules, simplify logic, or batch-fix code issues.

Do I need an interactive terminal to run Codex CLI for autonomous coding operations?

Yes, you need an interactive PTY terminal session to run Codex CLI for autonomous coding operations, along with Codex CLI installation and authenticated OpenAI access to execute implementation tasks.

How do I handle parallel coding tasks and batch issue fixing with Codex CLI?

You handle parallel coding tasks and batch issue fixing with Codex CLI by managing multiple coding jobs in separate background sessions or using parallel worktree-based execution within your git repository.

What are the limitations of using Codex CLI for feature implementation?

Limitations of using Codex CLI for feature implementation include the strict requirement for authenticated OpenAI access, an installed Codex CLI, and an interactive terminal, meaning it cannot run in non-interactive or headless environments.

What is the best way to automate one-shot code changes with OpenAI Codex?

The best way to automate one-shot code changes with OpenAI Codex is to delegate the specific product task to the CLI within a git repository, letting it build or extend functionality autonomously in a single terminal session.