second-opinion

Sends your current analysis to Gemini CLI for an independent assessment and returns its response.

16|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/maroffo/claude-forge --skill second-opinion-maroffo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-opinion
Source: https://github.com/maroffo/claude-forge/tree/main/skills/second-opinion
Command: npx skills add https://github.com/maroffo/claude-forge --skill second-opinion-maroffo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps overcome AI analysis paralysis or bias by fetching an independent viewpoint from another AI model (Gemini CLI).

Core Features & Use Cases

  • Cross-AI Validation: Get Gemini's take on Claude's analysis for complex problems.
  • Enhanced Decision Making: Synthesize insights from multiple AI models to make more informed decisions.
  • Use Case: When Claude is stuck debugging a complex issue and has outlined its current analysis, use this skill to ask Gemini for its perspective on the root cause and potential solutions.

Quick Start

Ask Gemini for a second opinion on the current problem analysis.

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 AI opinion for debugging complex code issues?

Cross-AI validation fetches an independent viewpoint from another AI model to provide a second opinion. It queries the Gemini CLI to analyze Claude's current debugging analysis, helping overcome AI analysis paralysis or bias.

Do I need a Gemini API key to cross-validate AI analysis?

Yes, you need a valid GEMINI_API_KEY to use this cross-model validation skill. You must also have the Gemini CLI installed locally to fetch independent perspectives and synthesize viewpoints.

What is cross-model validation and how does it improve decision making?

Cross-model validation synthesizes insights from multiple AI models to enhance decision making. By querying the Gemini CLI for its perspective on a root cause analysis, you combine independent viewpoints for more informed debugging results.

When should I use another AI model for a second opinion during debugging?

Use another AI model for a second opinion when Claude is stuck debugging a complex issue. Once Claude has outlined its current analysis, querying Gemini provides a fresh perspective on the root cause and potential solutions.

How do I ask Gemini to review Claude's analysis using the CLI?

To ask Gemini for its perspective, trigger the skill after Claude outlines its current problem analysis. The skill queries the Gemini CLI to fetch an independent take on the root cause and potential solutions.