What problem does it solve? Delegating coding work to an autonomous agent requires knowing the right CLI flags, terminal settings, and git workflows. This Skill provides ready-to-use patterns for running OpenAI Codex CLI on features, refactors, PR reviews, and batch issue fixes without trial and error. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for features, refactors, and scratch prototypes with correct PTY and git repo setup. - Background & Parallel Workflows: Launch long-running Codex sessions in the background, monitor with process polling, and run parallel issue fixes using git worktrees. - PR Review Automation: Clone repos to temp directories, check out pull requests, and run codex review or batch diff-based reviews across multiple PRs. - Use Case: You have two open bug issues. Create two git worktrees, launch a Codex agent in each with --yolo exec, monitor both sessions, then push branches and open PRs automatically. ## Quick Start Ask the agent to run codex exec with your task description inside a git repository, using pty=true and background mode for long tasks.