opencode-review

Execute non-interactive code reviews with the OpenCode CLI.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wordshepherd/colophony --skill opencode-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-review
Source: https://github.com/wordshepherd/colophony/tree/main/.claude/skills/opencode-review
Command: npx skills add https://github.com/wordshepherd/colophony --skill opencode-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of performing code reviews, ensuring adherence to project standards and identifying potential issues before they are merged.

Core Features & Use Cases

  • Automated Code Analysis: Leverages the OpenCode tool to perform non-interactive code reviews.
  • Multiple Review Modes: Supports reviewing entire branches, staged/unstaged diffs, or plan files.
  • Use Case: Before pushing a new feature, run /opencode-review branch to get an AI-driven assessment of your code against project rules and the main branch.

Quick Start

Run a code review of all changes on the current branch against origin/main.

Frequently Asked Questions about opencode-review

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

FAQPage Schema
How do I automate code reviews for my project branches?

Automating code reviews for project branches is done by executing non-interactive AI analysis against origin/main to enforce project rules. You can run a review on all current branch changes to identify potential issues before merging.

What review modes are available for AI code analysis?

AI code analysis supports reviewing entire branches, staged or unstaged diffs, and plan files. These multiple review modes allow you to assess specific changes or overall project structure against your standards.

Do I need Node.js to run automated AI code reviews?

Yes, you need Node.js, nvm, and the opencode package installed to run automated AI code reviews. These prerequisites are required to execute the non-interactive CLI and perform the analysis.

Can I review staged and unstaged diffs before pushing a new feature?

Yes, you can review staged and unstaged diffs before pushing a new feature. The AI-driven assessment checks your changes against project rules to identify potential issues early in the development cycle.

When should I use non-interactive code reviews in my CI/CD pipeline?

Non-interactive code reviews should be used in CI/CD pipelines to enforce project standards and identify potential issues before merging. This ensures continuous automated analysis without manual intervention.

Why does the automated code review require prerequisite checks?

Automated code review requires prerequisite checks to verify that Node.js, nvm, and the opencode package are properly configured. Ensuring this environment setup allows the structured output generation to execute correctly.