What problem does it solve? Offloading implementation, refactoring, and PR review work to an external autonomous coding agent requires knowing the right commands, session handling, and exit behavior. This Skill provides tested invocation patterns for running OpenCode CLI from ZeusAgent without common pitfalls like stuck TUI sessions or wrong binary resolution. ## Core Features & Use Cases - One-Shot Task Execution: Run bounded coding tasks with opencode run, attaching context files and forcing specific models. - Interactive Background Sessions: Start the OpenCode TUI with pty support, submit prompts, poll progress, and exit cleanly with Ctrl+C. - PR Review & Parallel Work: Review pull requests in isolated clones and run parallel tasks in separate workdirs or worktrees. - Use Case: Ask the agent to implement OAuth refresh flow with tests in your repository; it launches OpenCode in the background, monitors progress via process logs, 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.