review

Analyze code changes using Claude and Cursor models with multi-provider review.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jdidion/claude-plugins --skill review-jdidion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jdidion/claude-plugins/tree/main/plugins/crew/skills/review
Command: npx skills add https://github.com/jdidion/claude-plugins --skill review-jdidion

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Multi-provider code review by running parallel analyses across Claude and Cursor models, then merging findings into a single, coherent report.

## Core Features & Use Cases

  • Parallel multi-model analysis to speed up code reviews
  • Flexible scopes: incremental, local, and MR/PR
  • Centralized results with attribution and merge logic

### Quick Start Run a multi-provider code review on this branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a multi-model code review on my git branch?

Run a multi-model code review by executing a single command that analyzes branch changes since the last run, combining Claude and Cursor models to merge findings into one report.

What is multi-provider code review and how does it work?

Multi-provider code review runs parallel analyses across Claude and Cursor models, then merges results into a centralized report with attribution and merge logic for comprehensive findings.

Does multi-model code review support pull requests and merge requests?

Multi-model code review supports incremental, local, and MR/PR scopes, allowing you to analyze changes within merge requests or pull requests using model routing.

Can I use Cursor and Claude models together for diff analysis?

Yes, you can use Cursor and Claude models together for diff analysis via cross-backend orchestration, which routes prompts to both providers and merges their code review findings.

What are the prerequisites for running a multi-provider code review?

Multi-provider code review requires configured backends for Claude and Cursor, with optional additional providers, to enable standardized prompt assembly, diff capture, and result merging.