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 drive the OpenCode CLI from Robo's terminal and process tools, so features, refactors, and PR reviews run in one-shot or interactive sessions with progress monitoring. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files, forcing specific models, and showing model thinking. - Interactive Background Sessions: Launch the OpenCode TUI with pty support, submit 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 workdirs or worktrees. - Use Case: Ask Robo to have OpenCode implement an OAuth refresh flow with tests in your repo, monitor its progress in the background, then summarize the files changed and test results. ## Quick Start Ask Robo to use OpenCode to implement a feature or review a pull request in your project directory, for example: "Use OpenCode to add retry logic to the API calls and update the tests."