What problem does it solve? Delegating feature development, refactoring, and PR reviews to an autonomous coding agent requires knowing the correct CLI invocation patterns, PTY requirements, and git repository constraints, which this Skill codifies into ready-to-use terminal commands. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for features, refactors, and scratch prototypes with proper PTY and git repo setup. - 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 PRs. - 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.