What problem does it solve? Offloading feature builds, refactors, and PR reviews to an autonomous coding agent requires knowing the right CLI flags, sandbox modes, and terminal settings. This Skill provides tested invocation patterns for running the OpenAI Codex CLI from ZeusAgent without hangs or sandbox failures. ## Core Features & Use Cases - One-Shot Execution: Run codex exec with PTY enabled for tasks that complete and exit cleanly. - Background Long Tasks: Launch Codex in background mode and monitor with process poll, log, submit, and kill actions. - Parallel Workflows: Use git worktrees to fix multiple issues or review multiple PRs concurrently. - Use Case: You need to fix issues #78 and #99 simultaneously. Create two git worktrees, launch a background Codex process in each with workspace-write sandboxing, monitor progress, then push branches and open PRs with gh. ## Quick Start Ask the agent to run codex exec with pty enabled inside your git repository to implement a small feature such as adding a dark mode toggle to settings.