second-opinion

Execute external LLM code reviews on uncommitted changes, branch diffs, or commits.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/keremtoker468-dotcom/restoran --skill second-opinion-keremtoker468-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-opinion
Source: https://github.com/keremtoker468-dotcom/restoran/tree/main/.claude/skills/second-opinion
Command: npx skills add https://github.com/keremtoker468-dotcom/restoran --skill second-opinion-keremtoker468-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides an external, objective code review by leveraging different Large Language Models (LLMs) like OpenAI Codex or Google Gemini, offering a "second opinion" on code changes.

Core Features & Use Cases

  • Multi-LLM Review: Get reviews from distinct AI models for broader perspectives.
  • Scope Flexibility: Review uncommitted changes, entire branches, or specific commits.
  • Contextual Awareness: Optionally include project conventions (CLAUDE.md, AGENTS.md) for more relevant feedback.
  • Focused Reviews: Direct the review towards specific areas like security, performance, or error handling.
  • Use Case: Before merging a feature branch, use this Skill to get an independent review from Gemini and Codex to catch potential issues missed by your team.

Quick Start

Run a second opinion review on your uncommitted changes, focusing on security.

Frequently Asked Questions about second-opinion

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

FAQPage Schema
How do I get an LLM code review on uncommitted changes?

To get an LLM code review on uncommitted changes, you can use this Skill to execute external reviews using OpenAI Codex or Google Gemini CLIs. It analyzes your diff and provides an objective second opinion on the modifications before you commit.

Can I use Google Gemini and OpenAI Codex to review a branch diff?

Yes, you can use Google Gemini and OpenAI Codex to review a branch diff. The Skill supports multi-LLM reviews, allowing you to get broader perspectives on branch diffs or specific commits by running these external CLI tools.

Does the code review support including project conventions like CLAUDE.md?

Yes, the code review supports including project conventions like CLAUDE.md and AGENTS.md. This contextual awareness ensures the LLM provides feedback that aligns with your existing project standards and coding guidelines.

How do I focus an AI code review on security or performance issues?

You can focus an AI code review on security or performance issues by interactively specifying your focus areas when prompted. The Skill allows you to direct the LLM analysis towards specific concerns like error handling or security vulnerabilities.

What are the limitations of using external LLMs for code reviews?

Limitations of using external LLMs for code reviews include tool availability and potential timeouts. The Skill includes robust error handling to manage these issues, but you must have the OpenAI Codex or Google Gemini CLIs properly installed.