What problem does it solve? Delegating feature builds, refactors, and PR reviews to an autonomous coding agent requires knowing the right CLI flags, sandbox modes, and terminal settings; this Skill encodes those operational patterns so Codex runs correctly from an agent-driven terminal. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec with PTY enabled for single tasks that exit cleanly when done. - Background Long-Running Tasks: Launch Codex with --full-auto in the background and monitor progress with process poll/log/submit controls. - Parallel Workflows: Use git worktrees to fix multiple issues or review multiple PRs concurrently, then push branches and create PRs with gh. - Use Case: You have two open bug issues. Create two git worktrees, launch a Codex process in each with a fix prompt, monitor both sessions, then push the branches and open pull requests. ## Quick Start Ask the agent to run codex exec with your task prompt inside a git repository using pty=true, for example to add a dark mode toggle to the settings page.