What problem does it solve?
This Skill eliminates the need to manually manage external coding agent workflows for implementation, refactoring, and code review tasks, saving development time and reducing context-switching for repetitive or long-running coding work.
Core Features & Use Cases
- One-Shot Task Execution: Run bounded, non-interactive coding tasks like adding retry logic or refactoring modules with a single command, no manual session management required.
- Iterative Interactive Sessions: Run long-running coding workflows in the background with progress monitoring for complex tasks like implementing OAuth refresh flows or multi-step debugging.
- Automated PR Review: Use built-in OpenCode PR commands to review pull requests, identifying bugs, security risks, test gaps, and style issues automatically.
- Parallel Task Processing: Run multiple isolated coding tasks in separate work directories simultaneously to avoid workflow collisions and speed up project work.
Use Case: If you need to refactor your project's authentication module, add associated unit tests, and review the changes for security issues, use this Skill to delegate all tasks to OpenCode and get a summary of file changes, test results, and remaining risks.
Quick Start
Use the opencode skill to delegate refactoring of the authentication module and run associated tests for your current Git repository.