bee:opencode-review

Send code diffs to an external AI model via the OpenCode CLI for review.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-opencode-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:opencode-review
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/default/skills/opencode-review
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-opencode-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an independent, external AI perspective on code changes, complementing Bee's internal review process and mitigating potential model biases.

Core Features & Use Cases

  • Second AI Opinion: Leverages a different AI model (e.g., Qwen3-Max, GPT-5-Nano) for code review.
  • Bias Mitigation: Catches issues that internal reviewers might miss due to shared model characteristics.
  • Use Case: After Bee's internal reviewers have passed a code change, use this Skill to get an additional, objective assessment from a distinct AI model before merging.

Quick Start

Run the opencode review skill on the current code changes.

Frequently Asked Questions about bee:opencode-review

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

FAQPage Schema
How do I get a second AI opinion on my code diffs?

An external AI code review mitigates model bias by sending code diffs to a secondary AI model via the OpenCode CLI, catching issues internal reviewers might miss due to shared model characteristics.

How do I perform an external AI code review using OpenCode?

Perform an external AI code review by running this Skill, which gathers diff context, builds a review prompt, executes the OpenCode CLI, and parses the independent assessment results for presentation.

Do I need the OpenCode CLI installed to run external code reviews?

Yes, you need the OpenCode CLI installed and configured locally to execute the external code review and send your code diffs to the secondary AI model.

When should I use an external AI model for code review?

Use an external AI model for code review after internal reviewers have passed a code change, ensuring you get an additional, objective assessment from a distinct AI model before merging.

Can I integrate external AI reviews with my existing code review pipeline?

Yes, this Skill integrates with the bee:requesting-code-review pipeline and serves as a complementary external perspective after Bee's internal reviewers have completed their tasks.