One-click install
npx skills add https://github.com/mcevoyinit/agentic-skills --skill gemini-mcevoyinit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/mcevoyinit/agentic-skills/tree/main/skills/multi-ai/gemini
Command: npx skills add https://github.com/mcevoyinit/agentic-skills --skill gemini-mcevoyinit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini-based second opinions help teams validate approaches, compare alternatives, and QA decisions by obtaining expert perspectives from Gemini 3.1 Pro. It reduces uncertainty when choosing between solutions and surfaces potential blind spots.

Core Features & Use Cases

  • Alternative perspectives: Obtain second opinions on code, architecture, and design decisions.
  • Validation & QA: Cross-check approaches against other viewpoints to improve reliability.
  • Decision support: Compare options, detect gaps, and strengthen justification for the chosen path.
  • Easy integration: Use the provided CLI utility to query Gemini and synthesize with Claude's view for a balanced assessment.
  • Use case: When evaluating two database designs, ask Gemini to review trade-offs and highlight edge cases.

Quick Start

Ask Gemini for a second opinion on the current design or implementation approach.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I get a second opinion on architecture decisions from another AI?

To validate code implementations, this skill queries Gemini 3.1 Pro to cross-check your approaches against alternative viewpoints. It synthesizes Gemini's perspective with Claude's view, surfacing potential blind spots and improving reliability during QA processes.

Can I compare Gemini and Claude perspectives during code reviews?

Yes, this skill requires Gemini 3.1 Pro API access and a prompt-building workflow to function. You need these prerequisites configured to query Gemini and generate the synthesized comparison output during architecture discussions or debugging sessions.

What is the best way to validate technical decisions and explore alternative perspectives?

You can use the provided CLI utility to query Gemini 3.1 Pro and synthesize its response with Claude's view. This workflow applies to code reviews, architecture discussions, and debugging sessions to validate approaches and explore alternatives.

When should I not use a second opinion approach for code quality validation?

You should not use a second opinion approach when you lack API access to Gemini 3.1 Pro or a configured prompt-building workflow. It is also less suitable for simple, deterministic code changes where alternative perspectives offer no meaningful validation value.