code-review

Coordinates GitHub Copilot, Claude, Codex, Gemini APIs to generate unified diffs from review requests.

1|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/grahama1970/fetcher --skill code-review-grahama1970
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/grahama1970/fetcher/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/grahama1970/fetcher --skill code-review-grahama1970

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submit structured code review requests to multiple AI providers (GitHub Copilot, Claude, OpenAI Codex, Google Gemini) and get patches back. This enables teams to compare patches, gather diverse insights, and accelerate code-quality improvements by leveraging multiple AI engines from a single CLI.

Core Features & Use Cases

  • Submit review requests to multiple providers and receive unified diffs for easy comparison.
  • Choose provider and models, add workspace for uncommitted changes, and run a complete 3-step pipeline.
  • Produce JSON-formatted output with embedded prompts, responses, and optional diff blocks for integration into pipelines.

Quick Start

Provide a Markdown request describing the change and run the code-review CLI to obtain patches from all configured providers.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get unified diffs from multiple AI code review providers at once?

To get unified diffs from multiple AI code review providers, you submit a structured Markdown request to the CLI, which coordinates GitHub Copilot, Claude, Codex, and Gemini to return comparable patches for your changes.

Can I include uncommitted workspace changes in an AI code review patch request?

Yes, you can include uncommitted workspace changes in an AI code review patch request by adding the workspace option, allowing the configured providers to analyze and generate diffs based on your local working environment.

What is the best way to compare AI code review patches from different models?

The best way to compare AI code review patches from different models is using a multi-provider CLI that submits a single structured request to multiple engines and returns unified diffs, enabling direct comparison of diverse insights.

Does the code review pipeline output JSON for downstream automation?

Yes, the code review pipeline outputs JSON-formatted results that embed the original prompts, provider responses, and optional diff blocks, ensuring seamless integration into downstream automation workflows.

What are the steps to run a complete AI code review pipeline across environments?

Running a complete AI code review pipeline involves providing a Markdown change description, selecting providers and models, optionally adding workspace access, and executing the three-step pipeline to obtain structured patches.

Why use multiple AI providers for code review instead of a single engine?

Using multiple AI providers for code review instead of a single engine enables teams to gather diverse insights, compare unified diffs from different models, and accelerate code-quality improvements by leveraging varied AI perspectives.