What problem does it solve? Offloading feature development, refactoring, and PR reviews to an autonomous coding agent requires careful terminal orchestration, and Codex CLI fails without a PTY, a git repository, or proper authentication. This Skill provides the exact command patterns and rules to run Codex reliably from the Hermes terminal. ## Core Features & Use Cases - One-Shot Execution: Run codex exec for single tasks like adding features or building scratch projects in temporary git repos. - Background Long Tasks: Launch Codex with --full-auto in background mode and monitor progress with process poll, log, and submit actions. - Parallel Workflows: Use git worktrees to fix multiple issues concurrently and batch-review PRs with codex review. - Use Case: Assign two open GitHub issues to separate worktrees, run Codex with --yolo in each, then push branches and open PRs automatically. ## Quick Start Ask the agent to run codex exec with a task description inside your project directory using pty mode, for example to add a dark mode toggle to the settings page.