codex

Automate coding tasks with OpenAI Codex CLI in Git repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates coding tasks using OpenAI Codex CLI, helping developers delegate coding responsibilities and streamline their workflow.

Core Features & Use Cases

  • Code Generation: Delegate code writing and refactoring to Codex.
  • PR Reviews: Automate code reviews and provide suggestions.
  • Batch Issue Fixing: Fix multiple issues in parallel using worktrees.
  • Use Case: A developer can delegate the task of refactoring the authentication module to Codex, which will generate the necessary code changes and commit them to the repository.

Quick Start

To use the codex skill, run 'codex exec 'Refactor the auth module''

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code refactoring using the OpenAI Codex CLI?

To automate code refactoring with the Codex CLI, execute the command 'codex exec' followed by your refactoring instruction. The tool processes the request, generates the necessary code changes, and commits them directly to your Git repository.

Can I automate PR reviews for my Git repository?

Yes, you can automate PR reviews for your Git repository. The Codex CLI integrates with your repository context to automatically review pull requests and provide actionable code suggestions.

Do I need an OpenAI API key to use Codex for coding automation?

Yes, you need a valid OpenAI API key to use Codex for coding automation. Additionally, you must configure a valid Codex OAuth session to execute automated coding tasks within your environment.

How do I fix multiple code issues in parallel with Codex?

To fix multiple code issues in parallel with Codex, utilize Git worktrees. This allows the tool to handle batch issue fixing by processing multiple code changes simultaneously across isolated branches.

What is the best way to delegate feature development to OpenAI Codex?

The best way to delegate feature development to OpenAI Codex is by running 'codex exec' with a specific feature description. It generates the required code modifications and commits the changes to your current Git branch.