codex

Automate code generation and modification tasks in git repositories using the OpenAI Codex CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenges of manual coding tasks by delegating them to the OpenAI Codex CLI, a tool that automates coding activities.

Core Features & Use Cases

  • Automated Coding Tasks: Handles building features, refactoring, PR reviews, and batch issue fixing using Codex.
  • Interactive and Background Execution: Allows for both immediate tasks and long-running coding jobs that can run in the background.
  • Parallel Issue Fixing: Facilitates fixing multiple issues at once, especially useful for teams working on collaborative projects.

Quick Start

Execute a coding task using Codex within a git repository by running: terminal(command="codex exec 'Add dark mode toggle to settings'", workdir="~/project", pty=true)

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code generation and modification tasks within a git repository?

You can automate code generation and modification tasks by delegating them to the OpenAI Codex CLI, which handles building features, refactoring, and batch issue fixing within your git repository context.

Can I run long-running coding jobs in the background using OpenAI Codex?

Yes, OpenAI Codex supports both interactive immediate tasks and long-running coding jobs that can execute in the background, allowing you to continue working while complex code automation processes complete.

Do I need the codex CLI and authentication to automate PR reviews?

Yes, automating PR reviews requires the codex CLI installed, proper authentication configured, and execution within a git repository to provide the necessary context for code analysis and modification.

What is the best way to fix multiple issues in parallel during collaborative development?

Parallel issue fixing is facilitated by delegating multiple coding tasks to OpenAI Codex simultaneously, which is especially useful for teams working on collaborative projects that require batch issue resolution.

How do I execute a coding task with Codex in my local project directory?

Execute a coding task by running the codex command with your task description, specifying the working directory and terminal settings, such as running codex exec with your project path.

Does automated code refactoring work with existing git-tracked projects?

Yes, automated code refactoring works within git-repo contexts by using OpenAI Codex to modify existing code, making it ideal for development environments where automated refactoring and feature building are necessary.