codex

Delegate software development tasks to the OpenAI Codex CLI for automated implementation and review.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill codex-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill codex-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openai/codex.

What problem does it solve?

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

Core Features & Use Cases

  • Autonomous Execution: Runs complex coding tasks like feature implementation or batch issue fixing via the Codex CLI.
  • PR Management: Automates the review process, including cloning repositories, checking out PRs, and generating feedback.
  • Parallel Processing: Supports multi-tasking through git worktrees, allowing for simultaneous issue resolution.

Quick Start

Use the codex skill to execute a feature request by providing a natural language prompt to the terminal within your 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 feature implementation and code refactoring in a git repository?

Automating feature implementation requires delegating natural language prompts to the Codex CLI within a git-initialized environment. The agent autonomously executes coding tasks, performing batch issue fixing and generating code changes.

Can I automate pull request analysis and code review using an autonomous agent?

Automating pull request analysis is supported by cloning repositories, checking out PRs, and generating review feedback. The agent operates within git environments to evaluate code changes and provide automated reviews.

Do I need the OpenAI Codex CLI package to run autonomous coding tasks?

Running autonomous coding tasks requires the @openai/codex CLI package and valid OpenAI authentication. The skill functions as an interactive terminal agent, relying on these dependencies to execute prompts.

How do I resolve multiple git issues simultaneously using an autonomous agent?

Resolving multiple issues simultaneously utilizes git worktrees for parallel processing within the repository. This allows the agent to multitask across different branches, implementing batch fixes concurrently.

What are the limitations of using a CLI agent for automated code review?

Limitations of using a CLI agent include the strict requirement for a git-initialized environment and valid OpenAI authentication. Without these prerequisites, the interactive terminal agent cannot execute refactoring or PR analysis.