What problem does it solve? Delegating feature builds, refactors, and PR reviews to an autonomous coding agent requires knowing the correct Codex CLI invocation patterns, PTY requirements, and git repository constraints, which are easy to get wrong. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for single tasks like adding features or building small projects, with automatic scratch-repo setup via mktemp and git init. - Background Long-Running Tasks: Launch Codex with --full-auto or --yolo in background mode and monitor progress using the process tool's poll, log, submit, and kill actions. - Parallel PR Reviews and Issue Fixing: Use git worktrees to run multiple Codex agents concurrently for batch issue fixes and batch PR reviews, then push branches and create PRs with gh. - Use Case: Assign two open GitHub issues to separate git worktrees, run Codex in --yolo mode on each in the background, then push the resulting branches and open pull requests automatically. ## Quick Start Ask the agent to run Codex on your repository, for example: use the codex skill to add a dark mode toggle to the settings page of my project.