What problem does it solve? It lets you offload implementation, refactoring, and PR review work to the OpenCode CLI coding agent, orchestrating one-shot runs and long interactive sessions without leaving your agent workflow. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models. - Interactive TUI Sessions: Launch background OpenCode sessions with pty, submit prompts, poll progress, and resume prior sessions. - PR Review & Parallel Work: Review pull requests with opencode pr and run parallel tasks in isolated workdirs or worktrees. - Use Case: Ask the agent to implement OAuth refresh flow with tests in your repo; it starts an OpenCode session, monitors progress, and reports files changed and test results. ## Quick Start Use the opencode skill to run a one-shot task that adds retry logic to API calls and updates the tests in my project.