codex

Automate coding tasks in a git repository using OpenAI Codex CLI.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill codex-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill codex-bailynlove

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, streamlining feature development, refactoring, code reviews, and batch issue fixing.

Core Features & Use Cases

  • Code Generation: Delegate coding tasks to Codex for building features, refactoring, and PR reviews.
  • Git Repository Integration: Requires a git repository to execute tasks within the context of a codebase.
  • Interactive and Background Execution: Supports both interactive and background execution for long-running tasks.
  • Parallel Issue Fixing: Allows parallel fixing of multiple issues using worktrees.

Quick Start

Use the codex skill to add dark mode toggle to settings in your project.

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 for feature development within a git repository?

Automate code generation for feature development by delegating coding tasks to OpenAI Codex CLI within your git repository. This streamlines building features, refactoring, and code reviews by executing tasks directly in your codebase context, supporting both interactive and background execution.

Can I use OpenAI Codex CLI to fix multiple code issues in parallel?

Fix multiple code issues in parallel with OpenAI Codex CLI by utilizing git worktrees. This allows the automated coding process to isolate and resolve several issues simultaneously without conflicts, streamlining batch issue fixing across your repository.

What do I need to set up before automating coding tasks with OpenAI Codex CLI?

To automate coding tasks with OpenAI Codex CLI, you need the Codex CLI installed, a valid OpenAI API key, and an existing git repository. These components provide the necessary environment and context for the automated code generation and review processes to function.

Does automated refactoring with Codex CLI support long-running background execution?

Automated refactoring with Codex CLI supports long-running background execution alongside interactive modes. This allows you to delegate extended coding tasks and batch issue fixing processes to run in the background while you continue other work within your git repository.

What is the best way to automate pull request reviews using OpenAI Codex CLI?

Automate pull request reviews by delegating the codebase context to OpenAI Codex CLI within your git repository. The tool analyzes the changes and provides automated review feedback, streamlining the validation process for feature development and refactoring tasks.

When should I avoid using automated coding tools for refactoring in a git repository?

Avoid using automated coding tools for refactoring when your project lacks a proper git repository setup or valid OpenAI API access, as these are strict prerequisites. Additionally, complex architectural changes may require manual interactive execution rather than background processing.