What problem does it solve? Offloading bounded or long-running coding work to an external autonomous agent is hard to orchestrate manually. This Skill lets you delegate feature implementation, refactoring, debugging, and PR review to the OpenCode CLI while monitoring progress and collecting concrete results. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models when needed. - Interactive Background Sessions: Drive the OpenCode TUI in background mode, submit follow-up prompts, poll logs, and resume past sessions by ID. - PR Review & Parallel Work: Review pull requests in isolated clones and run multiple OpenCode sessions in separate worktrees to avoid collisions. - Use Case: Ask the agent to fix issue #101 in one worktree while adding regression tests in another, then poll both sessions and summarize files changed and test results. ## Quick Start Use the opencode skill to run a one-shot task that adds retry logic to the API calls in my project and updates the tests.