What problem does it solve? Offloading multi-step coding work (feature implementation, refactoring, code review) to an autonomous agent is hard to orchestrate manually. This Skill lets VoiceOS drive the OpenCode CLI as an external coding worker, handling one-shot runs, interactive TUI sessions, and parallel tasks without you babysitting the terminal. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attach context files, force specific models, and show model reasoning. - Interactive Session Management: Launch the OpenCode TUI in the background, submit prompts, poll progress, and exit cleanly via VoiceOS process tools. - PR Review & Parallel Work: Review pull requests in isolated clones and run multiple OpenCode sessions in separate worktrees to avoid collisions. - Use Case: Ask VoiceOS to "use OpenCode to add retry logic to the API client and update the tests" — it verifies auth, runs the task in your repo, monitors output, and reports files changed and test results. ## Quick Start Ask VoiceOS to use OpenCode to implement a specific code change or review a pull request in your current repository.