opencode

Delegate coding tasks and code reviews to OpenCode CLI.

1|Updated May 18, 2026
One-click install
npx skills add https://github.com/rickyananda/hermes-skills --skill opencode-rickyananda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/rickyananda/hermes-skills/tree/main/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/rickyananda/hermes-skills --skill opencode-rickyananda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handing coding work to an external autonomous agent, so you can offload implementation, refactoring, debugging, and review without managing the session details yourself.

Core Features & Use Cases

  • Autonomous Coding Delegation: Send feature work, bug fixes, and refactors to OpenCode as a focused coding worker.
  • PR Review Support: Run structured reviews to identify bugs, security issues, test gaps, and style problems.
  • Long-Running Sessions: Start interactive agent sessions, monitor progress, provide follow-up instructions, and resume work safely.
  • Parallel Task Execution: Split work across isolated workdirs or worktrees to avoid collisions and speed up delivery.

Quick Start

Use the opencode skill to delegate your current coding task or pull request review to OpenCode in the target 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 review and refactoring tasks to an autonomous coding agent?

You can delegate code review and refactoring to an autonomous coding agent by sending your implementation and debugging work to OpenCode CLI, which manages the interactive session and terminal control for you.

Can I run long-running interactive agent sessions for a repository workdir?

Yes, you can run long-running interactive agent sessions in a repository workdir, allowing you to monitor progress, provide follow-up instructions, and resume work safely using pty-backed terminal control.

How do I execute parallel coding tasks to avoid workdir collisions?

You can split coding tasks across isolated workdirs or worktrees to execute parallel autonomous development, preventing file collisions and speeding up delivery without managing session details yourself.

Do I need to install OpenCode before using this CLI automation?

Yes, CLI automation requires OpenCode installation and authentication beforehand, as the Skill relies on pty-backed interactive sessions and terminal process control to delegate work.

What is the best way to automate pull request reviews for bugs and security issues?

Automating PR reviews is handled by running structured reviews through OpenCode CLI, which identifies bugs, security issues, test gaps, and style problems in your repository workdir.

When should I avoid using an autonomous coding agent for implementation work?

You should avoid using an autonomous coding agent when your task requires manual oversight outside the repository workdir, as the Skill depends on pty-backed terminal control and OpenCode authentication.