codex

Delegate coding tasks to the OpenAI Codex CLI agent within a git repository.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill codex-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill codex-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks such as feature development, code refactoring, and bug fixing by delegating them to the OpenAI Codex CLI agent, significantly speeding up the development lifecycle.

Core Features & Use Cases

  • Automated Code Generation: Build new features or components based on natural language prompts.
  • Code Refactoring: Improve existing code structure, readability, and performance.
  • Automated PR Reviews: Get AI-driven feedback on pull requests.
  • Batch Issue Fixing: Efficiently address multiple GitHub issues using worktrees and parallel processing.

Quick Start

Use the codex skill to add a dark mode toggle to the settings page in your current git repository.

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 and feature building within a git repository?

You can automate code refactoring and feature building by delegating natural language prompts to the OpenAI Codex CLI agent, which executes coding tasks directly within your git repository.

What is the best way to run automated PR reviews in parallel?

Automated PR reviews can run in parallel by executing the Codex CLI agent in batch operations using git worktrees, allowing multiple pull requests to be analyzed simultaneously.

Do I need an OpenAI API key and the codex CLI to automate coding tasks?

Yes, automating coding tasks requires the codex CLI, an OpenAI API key, and execution within a git repository to delegate feature building and issue resolution to the AI agent.

Can I use background processing for long-running refactoring tasks?

Background processing is supported for long-running refactoring tasks, allowing the Codex CLI agent to execute complex code modifications without blocking your development environment.

Does batch issue fixing with git worktrees support one-shot execution?

Batch issue fixing supports both one-shot execution for immediate code generation and parallel execution using git worktrees to address multiple GitHub issues concurrently.