codex

Delegate coding tasks to Codex CLI for automated feature development and refactoring.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill codex-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill codex-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating to Codex to accelerate feature work, refactoring, reviews, and batch fixes.

Core Features & Use Cases

  • Codex CLI integration for automated coding workflows including one-shot tasks, background execution, and batch reviews.
  • PR reviews, code refactoring, and batch issue fixes using Codex in a Git repository.
  • Flexible operation in PTY-enabled terminals and support for safe, automated changes.

Quick Start

Tell Codex to review and implement the requested changes in the 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 reviews in a git repository using OpenAI?

Automating code reviews in a git repository is handled by delegating PR review tasks to Codex CLI. It requires a local git repo, a configured OpenAI key, and the Codex CLI installed to process interactive or background review workflows safely.

Can I use Codex CLI for batch issue fixes and refactoring?

Yes, Codex CLI supports batch issue fixes and code refactoring by delegating coding tasks within a local git repository. It operates in one-shot or background modes to apply safe, sandboxed automated changes to your codebase.

Do I need a PTY-enabled terminal to run automated coding tasks with Codex?

A PTY-enabled terminal is required when running interactive coding tasks with Codex CLI. While one-shot and background batch operations are supported, interactive execution specifically relies on PTY support for proper terminal integration.

What is the best way to delegate feature development to an AI coding CLI?

The best way to delegate feature development to an AI coding CLI is using Codex with safe, sandboxed execution via the --full-auto flag. This enables automated feature work within a configured git repository while maintaining standard safety checks.

Does delegated coding with Codex CLI require a sandboxed environment?

Delegated coding with Codex CLI supports safe, sandboxed execution using the --full-auto flag and standard safety checks. This ensures that automated refactoring and feature development within your git repository do not introduce unsafe changes.