opencode

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of handling repetitive coding tasks like implementation, refactoring, and code review, freeing up developer time for higher-value work.

Core Features & Use Cases

  • One-Shot Coding Tasks: Run bounded, non-interactive coding jobs like adding retry logic to API calls or refactoring modules with a single command.
  • Iterative Development Sessions: Start background interactive sessions for multi-step coding work, with progress tracking and follow-up input support.
  • Automated PR Review: Quickly scan pull requests for bugs, security risks, test gaps, and style issues without manual code inspection.
  • Parallel Task Execution: Run isolated coding tasks across separate work directories to avoid workflow collisions. A common use case is a developer using this Skill to automatically review their open PR for security vulnerabilities and generate a list of required fixes before merging.

Quick Start

Use the opencode skill to review your current project's latest pull request for security risks and missing test coverage.

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 security risks and missing tests?

Automated PR review scans pull requests for bugs, security risks, test gaps, and style issues without manual code inspection. It delegates code quality checks to an autonomous coding agent to quickly identify required fixes before merging.

Can I run parallel coding tasks across isolated work directories?

Parallel task execution runs isolated coding tasks across separate work directories to avoid workflow collisions. This enables long-running iterative coding sessions and multi-step coding work to operate simultaneously without interfering with each other.

How do I delegate refactoring tasks to an autonomous coding agent?

Refactoring delegation assigns bounded, non-interactive coding jobs like refactoring modules to an autonomous coding agent with a single command. The agent handles the iterative coding execution and applies changes directly to local git repositories.

Does the automated code review work with local git repositories?

Automated code review integrates with local git repositories for code tasks. The autonomous coding agent manages session state and provider-agnostic AI coding orchestration to execute implementation, refactoring, and pull request review directly within your existing repository structure.

What is the best way to manage long-running iterative coding sessions?

Iterative development sessions start background interactive processes for multi-step coding work with progress tracking and follow-up input support. This allows continuous autonomous coding sessions while maintaining state management for provider-agnostic AI coding orchestration.

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

Autonomous coding agents are not suitable for tasks requiring real-time manual intervention or highly interactive pair programming. Use bounded, non-interactive coding jobs instead of autonomous delegation when you need granular manual control over every implementation step.