Peer Review banner
Maleick Maleick

Peer Review

AI community

Description

Multi-LLM peer review skill for Claude Code — send plans to Codex and Gemini for structured feedback with cross-examination

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

peer-review

[![GitHub Release](https://img.shields.io/github/v/release/Maleick/peer-review?style=flat-square&label=release)](https://github.com/Maleick/peer-review/releases) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE) [![Language](https://img.shields.io/badge/language-Shell%20%2F%20Markdown-brightgreen?style=flat-square)](plugins/peer-review/commands/peer-review.md) [![GitHub Stars](https://img.shields.io/github/stars/Maleick/peer-review?style=flat-square)](https://github.com/Maleick/peer-review/stargazers) [![Status](https://img.shields.io/badge/status-Active-green?style=flat-square)](CHANGELOG.md) [![Claude Code](https://img.shields.io/badge/compatible-Claude%20Code-blueviolet?style=flat-square)](https://claude.ai/download) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](CONTRIBUTING.md)

Get a second opinion from other AI models without leaving Claude Code. This skill sends your prompt to GPT (via OpenAI Codex CLI) and Gemini (via Gemini CLI), has them debate each other, and brings back a structured summary you can act on.

Quick Start

**Prerequisites:**

  1. Claude Code installed
  2. OpenAI Codex CLI installed (npm install -g @openai/codex or brew install --cask codex)
  3. Gemini CLI installed (npm install -g @google/gemini-cli)
  4. Authenticated: codex login (or set OPENAI_API_KEY) and gemini auth (or set GEMINI_API_KEY)

**Optional fallback:** [GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/copilot-cli) — used for GPT if Codex CLI is unavailable (`brew install github/gh/copilot-cli`, then `gh auth login`)

**Install the skill:**

Via plugin marketplace (recommended — auto-updates when you push changes):

/plugin marketplace add maleick/peer-review
/plugin install peer-review@peer-review

Manual install (no auto-updates):

# C