codex

Delegate coding tasks to Codex CLI for feature development, refactoring, and PR reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to Codex CLI to automate feature development, refactoring, and code reviews.

Core Features & Use Cases

  • One-shot coding actions via the Codex CLI with Hermes integration.
  • Background and long-running tasks using PTY-enabled sessions for safe automation.
  • PR reviews and batch fixes across multiple branches to accelerate code quality.
  • Works inside a Git repository and supports typical workflows like feature branches and worktrees.

Quick Start

Start Codex in a Git repository and run a one-shot command to implement a feature, such as 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 feature development and refactoring inside a Git repository?

To automate feature development and refactoring inside a Git repository, you can delegate coding tasks to the Codex CLI using Hermes integration. It executes one-shot commands to implement features or refactor code directly within your current working directory.

Do I need a specific terminal configuration to run Codex CLI for background coding tasks?

Yes, running Codex CLI for background coding tasks requires a pty-enabled terminal flag to support interactive prompts. You also need the Codex CLI installed, an authenticated Hermes session, and a valid Git repository.

Can I automate PR reviews and batch fixes across multiple branches?

You can automate PR reviews and batch fixes across multiple branches using the Codex CLI with Hermes integration. It supports batch workflows to accelerate code quality by processing multiple branches in one session.

What is the difference between one-shot and background workflows when delegating coding tasks?

One-shot workflows execute a single coding action immediately, such as adding a feature toggle, while background workflows use PTY-enabled sessions for safe, long-running automation of complex coding tasks without blocking your terminal.

How do I start a one-shot coding action to implement a new feature?

To start a one-shot coding action, navigate to your Git repository and run a command like codex exec 'Add dark mode toggle to settings'. This delegates the feature implementation directly to the Codex CLI.