codex

Delegate software development and code review tasks to the OpenAI Codex CLI.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/ghufronbagaskara/agent-im --skill codex-ghufronbagaskara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/ghufronbagaskara/agent-im/tree/main/hermes-home/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/ghufronbagaskara/agent-im --skill codex-ghufronbagaskara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex.

What problem does it solve?

This skill removes the friction of manual coding tasks by delegating feature implementation, refactoring, and code reviews to an autonomous agent.

Core Features & Use Cases

  • Autonomous Development: Execute complex coding tasks like building features or refactoring modules with minimal oversight.
  • Automated Code Review: Perform batch PR reviews and issue fixing across multiple git worktrees.
  • Use Case: When you need to implement a new feature across a large codebase, use this skill to handle the implementation, testing, and commit process automatically within a sandboxed environment.

Quick Start

Use the codex skill to execute a request to add a dark mode toggle to the settings module within the current project directory.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate feature implementation and code reviews in a git workspace?

Automating feature implementation and code reviews in a git workspace requires delegating software development tasks to an autonomous coding agent via the OpenAI Codex CLI. This agent executes feature implementation, refactoring, and PR analysis within a sandboxed environment.

Can I resolve multiple git issues and pull requests automatically?

Resolving multiple git issues and pull requests automatically is supported through batch issue resolution and PR analysis. The agent processes coding tasks across multiple git worktrees to facilitate automated review and fixing.

Do I need a PTY-enabled terminal to run the OpenAI Codex CLI agent?

A PTY-enabled terminal is required to run the OpenAI Codex CLI agent. You also need a configured Codex CLI environment and git repository access to facilitate autonomous coding tasks.

What is the best way to delegate refactoring modules to a coding agent?

The best way to delegate refactoring modules to a coding agent is using an autonomous agent that interfaces with the OpenAI Codex CLI. It handles the implementation, testing, and commit process automatically within a git-managed workspace.

Are there limitations when executing automated coding tasks across large codebases?

Limitations when executing automated coding tasks across large codebases include requiring a configured Codex CLI environment, git repository access, and PTY-enabled terminal execution. The agent operates within these workspace constraints.