opencode

Delegate coding, refactoring, and code review tasks to the OpenCode CLI.

Updated May 15, 2026
One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill opencode-cabezno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill opencode-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of implementing, refactoring, and reviewing code by delegating these tasks to a dedicated autonomous coding worker.

Core Features & Use Cases

  • Delegated coding work: Orchestrates OpenCode CLI to implement changes in a scoped work directory and continue interactive sessions when needed.
  • One-shot automation and interactive workflows: Supports quick bounded runs for specific edits and longer iterative TUI sessions for progress-driven development.
  • PR review support: Uses OpenCode’s PR command patterns to review changes for bugs, security risks, test gaps, and style issues.

Quick Start

Ask your agent to run OpenCode one-shot to refactor the auth module and update the tests in your current repository.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I delegate code refactoring to an autonomous coding agent?▼

You can delegate code refactoring to an autonomous coding agent by orchestrating the OpenCode CLI within a scoped work directory, supporting both quick bounded edits and iterative TUI sessions for faster software iteration.

Can I run an interactive TUI coding session with background monitoring?▼

Yes, you can run interactive TUI coding sessions with background monitoring, using clean session control via Ctrl+C or kill to manage longer iterative development cycles driven by progress.

Do I need Hermes terminal orchestration to use OpenCode for coding delegation?▼

Yes, you need Hermes terminal and process orchestration, along with correct binary path resolution and provider-auth setup, to successfully delegate coding tasks to the OpenCode CLI.

What are the limitations of using autonomous agents for pull request review?▼

Limitations include requiring correct binary path resolution, provider-auth setup, and Hermes terminal orchestration; clean session control via Ctrl+C or kill is mandatory to prevent runaway background processes.