opencode-gpt-review

Automate pull request reviews with OpenCode CLI and GPT-5.4.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill opencode-gpt-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-gpt-review
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/opencode-gpt-review
Command: npx skills add https://github.com/dyoshikawa/webseek --skill opencode-gpt-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the noise and hallucinations often found in automated AI code reviews by performing a multi-stage verification process that filters out invalid findings.

Core Features & Use Cases

  • AI-Powered Review: Leverages the github-copilot/gpt-5.4 model via OpenCode to perform deep analysis of pull requests.
  • Verification Logic: Automatically cross-references findings against the actual codebase to ensure accuracy and relevance.
  • Contextual Filtering: Distinguishes between valid architectural issues and hallucinations, presenting only actionable feedback to the developer.

Quick Start

Run the opencode-gpt-review skill on the current branch to generate a vetted list of pull request improvements.

Frequently Asked Questions about opencode-gpt-review

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

FAQPage Schema
How do I automate pull request reviews and reduce AI hallucinations?

Automated pull request reviews reduce AI hallucinations through a multi-stage verification process that cross-references GPT-5.4 findings against the actual codebase. This contextual filtering distinguishes valid architectural issues from noise, presenting only actionable feedback to developers.

What's the best way to run a GPT code review on my current branch?

To run a GPT code review on your current branch, execute the opencode-gpt-review skill. It leverages the github-copilot/gpt-5.4 model via OpenCode to perform deep analysis and automatically generates a vetted list of pull request improvements.

Do I need GitHub Copilot authentication to use OpenCode for code analysis?

Yes, you need active GitHub Copilot authentication to use OpenCode for code analysis. The automated review process requires this authentication alongside a local OpenCode installation to perform high-fidelity code inspection and validation.

How does automated code review verify AI findings against the codebase?

Automated code review verifies AI findings by cross-referencing them against the actual codebase. This verification logic ensures accuracy and relevance, distinguishing valid architectural issues from AI hallucinations before presenting actionable feedback to the developer.

Can I use GPT-5.4 for pull request reviews without getting false positives?

Using GPT-5.4 for pull request reviews minimizes false positives through contextual filtering. The skill automatically validates findings against the actual codebase to ensure accuracy, filtering out hallucinations and presenting only relevant architectural improvements.

Why does my AI code review generate irrelevant architectural suggestions?

AI code reviews generate irrelevant architectural suggestions due to hallucinations. This skill solves that problem by performing a multi-stage verification process that cross-references findings against the actual codebase to filter out invalid findings and ensure accuracy.