What problem does it solve? Delegating feature development, refactoring, and PR reviews to an autonomous coding agent requires knowing the correct CLI flags, PTY handling, and git repository setup, which this Skill documents and operationalizes. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for features, refactors, and scratch prototypes with automatic git repo initialization. - Background & Parallel Workflows: Launch long-running Codex sessions in the background, monitor them with process polling, and run parallel issue fixes using git worktrees. - PR Review Automation: Clone repositories to temp directories and run codex review against base branches, including batch reviews of multiple pull requests. - Use Case: Assign two open GitHub issues to separate Codex agents running in parallel worktrees, then push the resulting branches and open pull requests automatically. ## Quick Start Ask the agent to run Codex on your repository, for example: use Codex to add a dark mode toggle to the settings page of my project.