opencode

Delegate coding tasks to the OpenCode CLI agent for implementation, refactoring, and PR review.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill opencode-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/autonomous-ai-agents/opencode
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill opencode-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about opencode

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

FAQPage Schema
How do I automate pull request review for bugs and security risks?

Automated pull request review identifies bugs, security risks, test gaps, and style issues by delegating PR quality checks to an autonomous coding agent. It eliminates manual review overhead for repetitive or long-running coding work.

Can I run multiple autonomous coding tasks in parallel without workflow collisions?

Parallel task processing runs multiple isolated coding tasks in separate work directories simultaneously. This avoids workflow collisions and speeds up project work by executing independent refactoring or feature implementation sessions concurrently.

How do I delegate code refactoring to a coding agent in a Git repository?

Code refactoring delegation executes bounded, non-interactive tasks like refactoring modules with a single command. It requires no manual session management and operates with scoped execution within your current Git repository.

Does autonomous coding support long-running iterative sessions with progress monitoring?

Autonomous coding supports long-running iterative sessions in the background with progress monitoring. It handles complex workflows like implementing OAuth refresh flows or multi-step debugging with session persistence and provider-agnostic model selection.

What are the limitations of using autonomous coding agents for software development?

Autonomous coding agents are limited to scoped execution within Git repositories and require isolated work directories for parallel tasks. They are not suited for interactive real-time coding or tasks outside the repository context.