second-opinion

Run Codex CLI and Gemini CLI reviews on code changes, branch diffs, or commits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill second-opinion-dobriclilujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-opinion
Source: https://github.com/DobricLilujun/LabAgentSkill/tree/main/skillsHub/skills_scaling/second-opinion/skills/second-opinion
Command: npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill second-opinion-dobriclilujun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates obtaining independent, cross-model code reviews by invoking Codex CLI and Gemini CLI on code changes.

Core Features & Use Cases

  • Second-opinion code reviews: Compare results from Codex CLI and Gemini CLI on uncommitted changes, branch diffs, or commits.
  • PR readiness and risk detection: Use reviews to catch issues before merging.
  • Cross-model guidance: Leverage different model perspectives to surface edge cases and security concerns.

Quick Start

Ask me to perform a second-opinion review on your current changes using Codex CLI and Gemini CLI.

Frequently Asked Questions about second-opinion

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

FAQPage Schema
How do I get a second opinion on code review from multiple LLMs?

To get a second opinion on code review, this Skill invokes external Codex CLI and Gemini CLI on uncommitted changes, branch diffs, or specific commits. It automates cross-model assessment to provide independent code reviews and catch edge cases.

Can I run cross-model code reviews on uncommitted changes and branch diffs?

Yes, you can run cross-model code reviews on uncommitted changes and branch diffs. The Skill supports targeting various scopes including specific commits, using Codex CLI and Gemini CLI to generate independent review results.

Do I need Codex CLI and Gemini CLI installed to run independent code reviews?

Yes, you need Codex CLI and Gemini CLI installed and accessible. These external dependencies are required for the Skill to invoke multiple models and generate independent cross-model code assessments.

What is the best way to use multiple LLMs for PR readiness and risk detection?

The best way to use multiple LLMs for PR readiness is to run independent cross-model reviews on your branch diff. This surfaces security concerns and edge cases before merging by comparing guidance from different models.

Are there limitations when using Codex CLI and Gemini CLI for automated code reviews?

A limitation of automated code reviews using Codex CLI and Gemini CLI is the requirement to have both tools configured. Additionally, interactive prompting is needed to define the review scope and focus before execution.