git404hub

what is second-opinion fr?

ai-4-phi/second-opinion — explained in plain English

Analysis updated 2026-07-25

0PythonAudience · developerComplexity · 2/5LicenseSetup · moderate

tl;dr

A plugin for Claude Code that lets it ask another AI model to review its work, like getting a second opinion from a colleague before finishing a task.

vibe map

mindmap
  root((repo))
    What it does
      Asks other AI for review
      Works inside Claude Code
      Can self trigger reviews
    Supported providers
      Kimi default
      OpenAI and Gemini
      DeepSeek and xAI
      GLM and MiniMax
    Setup needs
      Python 3 required
      One API key minimum
      macOS or Linux
    Privacy
      Data goes to provider
      No confidential content
      Third party policies apply
    Cost
      Cents per review
      Some nearly free
      Billed to API key

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Have a second AI model review code Claude wrote before you commit it.

VIBE 2

Get an outside AI opinion on a project plan or design draft.

VIBE 3

Let Claude automatically trigger a peer review when it is unsure about a task.

VIBE 4

Compare feedback from different AI providers by switching between them.

what's the stack?

PythonClaude CodeKimiGeminiOpenAIDeepSeekxAIMiniMax

how it stacks up fr

ai-4-phi/second-opinion0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity2/52/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 5min

Requires Python 3, an API key for at least one AI provider, and works on macOS and Linux.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This is a plugin for Claude Code, an AI coding assistant. The plugin lets Claude ask another AI model to review its work, like getting a second opinion from a colleague. You can prompt it to check a piece of code, a plan, or a draft by typing a simple command. Claude then reads the feedback and decides what to do with it. It can also trigger these reviews on its own when it thinks a task deserves an outside check. The plugin supports several external AI providers: Kimi, Gemini, OpenAI, DeepSeek, xAI, GLM, and MiniMax. You can pick which one you want for each review, or let the plugin choose based on which API keys you have configured. The default provider is Kimi. Each review sends your content to exactly one of these services, and the README is clear about the privacy tradeoff. Your material goes to the third party you select, under their data policies, so you should not send confidential work to a provider you would not trust with it directly. Installing the plugin is done through the ai4phi marketplace. You need Python 3 on your machine, but no extra packages. You also need an API key for at least one provider, saved in your environment so Claude Code can find it. The plugin works on macOS and Linux. Windows is untested, though it should work through the Windows Subsystem for Linux. Each review costs a small amount of money, billed to your API key. Some providers, like DeepSeek and Gemini Flash, are nearly free, while others cost a few cents per review. The README includes a troubleshooting section covering common issues, such as missing API keys, failed requests, and a note about large requests being handled differently. It also points to additional documentation for deeper details on usage and provider behavior. The project is MIT licensed. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Install the second-opinion plugin for Claude Code from the ai4phi marketplace and configure my Kimi API key so Claude can get peer reviews.
prompt 2
Add my Gemini and DeepSeek API keys to the environment so the second-opinion plugin can use them as review providers.
prompt 3
Write a Claude Code prompt that asks the second-opinion plugin to review the current code changes using DeepSeek before I commit.
prompt 4
Set up the second-opinion plugin to let Claude automatically decide when to trigger an outside AI review on its own.
prompt 5
Troubleshoot why the second-opinion plugin is returning a missing API key error when I try to run a review.

Frequently asked questions

what is second-opinion fr?

A plugin for Claude Code that lets it ask another AI model to review its work, like getting a second opinion from a colleague before finishing a task.

What language is second-opinion written in?

Mainly Python. The stack also includes Python, Claude Code, Kimi.

What license does second-opinion use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is second-opinion to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is second-opinion for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.