What problem does it solve? Delegating bounded or long-running coding work to an external agent requires managing sessions, binaries, and interactive terminals manually. This Skill orchestrates the OpenCode CLI through terminal and process tools so features, refactors, and PR reviews run autonomously with progress monitoring. ## Core Features & Use Cases - One-Shot Automation: Run bounded tasks with opencode run, attaching context files, forcing models, and showing reasoning with flags like -f, --model, and --thinking. - Interactive Background Sessions: Launch the OpenCode TUI with pty=true, submit prompts, poll logs, resume sessions, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests via opencode pr or isolated clones, and run parallel tasks in separate workdirs or worktrees to avoid collisions. - Use Case: Ask the agent to fix issue #101 in one worktree while adding parser regression tests in another, then monitor both sessions and summarize files changed and test results. ## Quick Start Use the opencode skill to run 'Add retry logic to API calls and update tests' in my project directory.