opencode

Delegate coding and review tasks to the OpenCode CLI agent.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/afel6/scal-ai-pipeline --skill opencode-afel6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/afel6/scal-ai-pipeline/tree/main/hermes_skills_library/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/afel6/scal-ai-pipeline --skill opencode-afel6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delegates coding, refactoring, and PR review tasks to an external OpenCode CLI agent, removing manual hands-on implementation and enabling long-running autonomous coding sessions.

Core Features & Use Cases

  • One-shot automation for bounded tasks using the OpenCode run command to implement features or apply fixes.
  • Interactive TUI sessions for iterative development where background execution, session polling, and logs are monitored.
  • PR review and isolation workflows using temporary clones or separate workdirs to safely review and modify codebases.

Quick Start

Start an OpenCode run to refactor the auth module in the current repository and return a summary of changed files and test results.

Frequently Asked Questions about opencode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding and refactoring tasks to an autonomous CLI agent?

You delegate coding and refactoring tasks to an autonomous CLI agent by running OpenCode commands for bounded one-shot implementation or interactive TUI sessions, enabling the agent to implement features and apply fixes within your Git repository.

Can I run parallel isolated workdirs for PR review and feature implementation?

Yes, you can run parallel isolated workdirs for PR review by using temporary clones or separate Git work directories, allowing the CLI agent to safely review and modify codebases without interfering with your main branch.

How do I manage long-running interactive coding sessions in a CLI?

Long-running interactive coding sessions are managed by starting a TUI session with pty support, then relying on background process and session management to poll execution status and monitor logs iteratively.

Do I need an authenticated CLI tool to automate code review in Git repositories?

Yes, you need an installed and authenticated OpenCode CLI tool to automate code review in Git repositories, along with pty support for interactive TUI sessions and background process management for polling logs.

What are the limitations of using an autonomous coding agent for repository tasks?

Limitations of using an autonomous coding agent include the requirement for pty support to run interactive TUI sessions and the need for background process management to poll logs, which may constrain environments lacking these capabilities.