codex

Execute coding tasks and code reviews via OpenAI Codex CLI in git repositories.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill codex-zhouboyu-xreal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/zhouboyu-xreal/Hermes-Memory/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill codex-zhouboyu-xreal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies coding by leveraging OpenAI Codex's CLI through the Hermes agent, streamlining features and pull request (PR) reviews, refactoring, and issue fixing within the git environment.

Core Features & Use Cases

  • Coding Automation: Utilize Codex for building features, refactoring code, and code reviews.
  • Git Repository Compatibility: Must run within a git repository, supports one-shot and background tasks.
  • Parallel Issue Fixing: Handles batch PR reviews and parallel issue fixes using worktrees.
  • Quick Start: Execute Codex tasks from the terminal for immediate code generation and analysis.

Quick Start

Delegate the task 'Add dark mode toggle to settings' to Codex by using the terminal command codex exec '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 code reviews and issue fixing within a git repository?

You can automate code reviews and parallel issue fixing by executing OpenAI Codex CLI tasks within your git repository, which handles code generation and PR analysis directly in your local environment.

How do I use OpenAI Codex for refactoring and feature building from the terminal?

You can delegate tasks like 'Add dark mode toggle to settings' to Codex by running the 'codex exec' command in your terminal, which generates and applies the refactored code automatically.

Do I need a git repository and OpenAI API key to run coding automation tasks?

Yes, coding automation requires a git repository environment, a properly configured OpenAI API key, and the Codex CLI installed to execute automated code generation and PR reviews.

Can I run parallel issue fixing and batch PR reviews using worktrees?

Yes, the system supports parallel issue fixing and batch PR reviews by utilizing git worktrees to handle multiple coding tasks simultaneously without conflicts.

What are the limitations of using OpenAI Codex for code generation and review?

The system is limited to operating within a git repository context and requires pre-installed Codex CLI and OpenAI API key configuration, meaning it cannot function outside git environments.