What problem does it solve? Offloading 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 workflows. ## Core Features & Use Cases - One-Shot Task Execution: Run codex exec commands for single tasks like adding features or building prototypes, with automatic handling of git repository requirements. - Background Long-Running Tasks: Launch Codex in background mode with PTY support and monitor progress via process polling, logging, and interactive input. - Parallel Workflows: Use git worktrees to fix multiple issues or review multiple PRs concurrently with separate Codex processes. - Use Case: You need to fix issues #78 and #99 in parallel. Create two git worktrees, launch a Codex process in each with --yolo exec, monitor both with the process tool, then push branches and open PRs with gh. ## Quick Start Ask the agent to run codex exec with your task description inside your project directory, for example to add a dark mode toggle to the settings page.