codex

Delegate coding tasks to Codex CLI within a Git repository.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/AlexiosBluffMara/mercury --skill codex-alexiosbluffmara
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/AlexiosBluffMara/mercury/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/AlexiosBluffMara/mercury --skill codex-alexiosbluffmara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex-CLI automation enables developers to delegate routine and complex coding tasks to an autonomous coding agent, reducing manual effort and speeding up delivery.

Core Features & Use Cases

  • One-shot code actions: generate, refactor, or review code via Codex CLI within a git repository.
  • Background task automation: run long-running coding tasks with PTY in the background and monitor progress.
  • PR reviews and batch fixes: orchestrate code reviews and mass updates across multiple branches.

Quick Start

Launch a Codex-driven coding session inside an existing 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 PR reviews in a git repository?▼

You can automate code refactoring and PR reviews by delegating coding tasks to Codex CLI via a PTY, executing one-shot actions or long-running background sessions to orchestrate mass updates across branches.

Can I run long-running coding tasks in the background using a terminal?▼

Yes, you can run long-running coding tasks in the background using a terminal PTY, allowing iterative coding work and progress monitoring without blocking your active development environment.

Do I need an OpenAI API key to use Codex CLI for automated feature development?▼

Yes, an OpenAI API key is a prerequisite to use Codex CLI for automated feature development, ensuring the agent can process requests and execute sandboxed, non-destructive changes safely.

What is the best way to perform batch issue fixing across multiple git branches?▼

The best way to perform batch issue fixing is orchestrating Codex CLI within your git repository, leveraging background sessions to apply non-destructive changes and mass updates across branches efficiently.

Are there limitations when executing autonomous coding tasks inside a git repository?▼

Autonomous coding tasks are constrained by safeguards ensuring sandboxed execution and non-destructive changes, meaning the agent operates locally within configured limits to prevent unintended modifications to your codebase.

Does Codex CLI support both one-shot code actions and iterative background sessions?▼

Codex CLI supports both one-shot code actions for immediate refactoring or generation and iterative background sessions for complex feature development, providing flexible automation within your git workflow.