opencode

Automate coding tasks with the OpenCode CLI agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencode-ai, and includes scripts (resource) components.

What problem does it solve?

This Skill automates coding tasks, including feature implementation, refactoring, PR review, and long-running autonomous sessions, reducing manual coding effort.

Core Features & Use Cases

  • Feature Implementation: Delegate coding tasks to OpenCode for efficient feature implementation.
  • Refactoring: Automate code refactoring for better code quality.
  • PR Review: Conduct automated code reviews with OpenCode.
  • Long-Running Sessions: Manage complex coding tasks with iterative sessions.
  • Use Case: Use OpenCode to implement a new feature in a project, refactor existing code, or review a pull request.

Quick Start

Delegate the task of implementing a new feature to OpenCode by running the command: opencode run 'Implement OAuth refresh flow and add tests'.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I automate feature implementation and code review for my projects?

Automating feature implementation and code review requires delegating tasks to an AI agent. This Skill uses the OpenCode CLI to autonomously implement features, refactor existing code, and review pull requests, reducing manual coding effort.

Can I run long-running autonomous coding sessions for complex refactoring tasks?

Long-running autonomous coding sessions are fully supported for complex refactoring tasks. You can manage iterative coding processes by delegating continuous commands to the OpenCode CLI agent until the refactoring goals are met.

Do I need the OpenCode CLI installed and authenticated to use this coding agent?

The OpenCode CLI must be installed and authenticated as a prerequisite. This Skill operates by executing commands through the OpenCode CLI agent, meaning the environment requires proper setup and authentication to function correctly.

What is the best way to delegate a pull request review using an AI agent?

The best way to delegate a pull request review is to run an autonomous AI agent command. This Skill automates the PR review process by passing the task directly to OpenCode, analyzing code changes without manual intervention.

How does automated code refactoring work with the OpenCode AI agent?

Automated code refactoring works by passing refactoring instructions to the OpenCode AI agent. The agent analyzes the existing codebase and applies structural improvements autonomously, enhancing code quality through long-running sessions if needed.