second-opinion

Orchestrate Codex CLI and Gemini CLI reviews on code diffs and commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates independent code reviews by outsourcing to external LLM CLIs, providing a second opinion on code changes.

Core Features & Use Cases

  • Runs code reviews using OpenAI Codex CLI or Google Gemini CLI on diffs, uncommitted work, or specific commits.
  • Enables comparison of review results across models to surface issues not seen by a single reviewer.
  • Supports being invoked when a user asks for a second opinion or external review.

Quick Start

Request a second opinion by invoking the second-opinion skill to review your changes with Codex or Gemini.

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 independent code review on uncommitted changes?

To get an independent code review on uncommitted changes, this skill orchestrates external LLM CLIs like Codex and Gemini to analyze your diffs and provide a second opinion without requiring a commit.

Can I compare code review results from different LLMs on a branch diff?

Yes, you can compare code review results from different LLMs on a branch diff. The skill supports comparative reviews using Codex CLI and Gemini CLI to surface issues not seen by a single reviewer.

Do I need to install Codex and Gemini CLIs to use this automated review workflow?

Yes, you need to install and configure both Codex CLI and Gemini CLI. The skill requires these external tools to be present in your environment so it can orchestrate independent code reviews.

What is the best way to run an external code review on specific commits?

The best way to run an external code review on specific commits is to invoke the second-opinion skill, which supports targeted reviews by passing your specific commit data to the configured LLM CLIs.