adversarial-review

Coordinate three-model code review across blind, cross-examination, and adjudication phases.

1|Updated May 30, 2026
One-click install
npx skills add https://github.com/FixPortal/fixportal-claude-skills --skill adversarial-review-fixportal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adversarial-review
Source: https://github.com/FixPortal/fixportal-claude-skills/tree/main/skills/adversarial-review
Command: npx skills add https://github.com/FixPortal/fixportal-claude-skills --skill adversarial-review-fixportal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated, cross-vendor code reviews by orchestrating a three-model panel to surface uncorrelated findings and produce a final adjudicated report.

Core Features & Use Cases

  • Multi-model review: Claude Sonnet, Gemini, and GPT-5.4 collaboratively review the same diff.
  • Phase-based workflow: blind review, cross-examination, and a judged packet for final decisions.
  • Anonymised pooling: findings are de-attributed and re-identified for fair adjudication.

Quick Start

Run a diff through the adversarial-review system to generate a judge packet.

Frequently Asked Questions about adversarial-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 a git diff?

A cross-vendor code review uses a three-model panel of Claude Sonnet, Gemini, and GPT-5.4 to evaluate the same diff. It enforces diversity and tracks provenance across blind review, cross-examination, and adjudication phases to surface uncorrelated findings.

What is the blind review and cross-examination workflow for code analysis?

The workflow processes diffs through blind review, cross-examination, and adjudication phases. Findings are anonymised, pooled, and re-identified to ensure fair adjudication, ultimately producing a judge-ready packet for final decisions.

Does the adversarial code review process require specific dependencies?

The adversarial code review process requires no external dependencies. It operates directly on diffs within a git repository, coordinating the three-model panel internally to enforce diversity, track provenance, and ensure reproducibility.

How does cross-vendor code review improve finding uncorrelated issues?

Cross-vendor code review improves uncorrelated issue detection by orchestrating three distinct model reviewers. By anonymising pooled findings and requiring explicit context, it prevents bias and surfaces diverse defects for the final judge packet.

When should I use a multi-model panel for git code review?

Use a multi-model panel for git code review when you need to surface uncorrelated findings and require a judge-ready report. It is designed for reproducible workflows where tracking provenance, enforcing diversity, and safe adjudication are critical.