What problem does it solve? Running autonomous coding work like feature builds, refactors, and PR reviews by hand is slow and repetitive. This Skill lets you delegate those tasks to OpenAI's Codex CLI directly from the Robo terminal, including long-running background jobs and parallel batch work. ## Core Features & Use Cases - One-Shot Execution: Run single coding tasks with codex exec and exit cleanly when done. - Background & Parallel Workflows: Launch long refactors in the background, monitor with the process tool, and run multiple Codex sessions across git worktrees for batch issue fixing. - PR Reviews at Scale: Clone repos to temp directories and review individual or batches of pull requests with codex review. - Use Case: You have two open issues in a repository. Create two git worktrees, launch a Codex process in each with a fix prompt, monitor progress, then push branches and open PRs with gh. ## Quick Start Ask the agent to run codex exec with a prompt like "Add dark mode toggle to settings" inside your git repository using a PTY terminal session.