multi-agent-review-code

Review pending git diffs with parallel Codex and Antigravity agents.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/missdeer/skills --skill multi-agent-review-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-review-code
Source: https://github.com/missdeer/skills/tree/main/multi-agent-review-code
Command: npx skills add https://github.com/missdeer/skills --skill multi-agent-review-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manual code reviews by providing a rigorous, automated, and parallelized quality gate that ensures code changes are production-ready before merging.

Core Features & Use Cases

  • Dual-Agent Review: Simultaneously leverages Codex and Antigravity to provide diverse perspectives on code quality, edge cases, and architectural consistency.
  • Iterative Quality Loop: Automatically aggregates findings, filters out-of-scope noise, and loops through fixes until the diff is clean.
  • Use Case: Use this before merging a complex feature branch to ensure that all must-fix bugs and edge cases are addressed without the overhead of manual back-and-forth.

Quick Start

Run the multi-agent-review-code skill to perform a comprehensive ship-readiness review on the current pending diff.

Frequently Asked Questions about multi-agent-review-code

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

FAQPage Schema
How do I automate code review for pending git diffs before merging?

A multi-agent code review automates this by using parallel AI agents to perform static analysis on pending git diffs, identifying must-fix bugs and edge cases before merging. It maintains an iterative fix-and-verify workflow until the diff is clean.

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

Multi-agent code review works by simultaneously leveraging Codex and Antigravity to provide diverse perspectives on code quality and edge cases. It aggregates findings, filters out-of-scope noise, and iteratively loops through fixes until the diff is clean.

Do I need Codex and Antigravity CLI tools to run an automated ship-readiness check?

Yes, integrating with Codex and Antigravity CLI tools is required to execute the read-only inspection of repository metadata and source files. These CLI integrations enable the dual-agent static source code review process.

Can I limit the scope of an automated code review to only changed files in a git diff?

Yes, the review operates on a strict scope-limited contract to ensure only relevant code changes in the pending git diff are evaluated. It automatically filters out-of-scope noise to maintain focus on the actual modifications.

What is the best way to handle edge cases and defects in a complex feature branch?

Using an iterative quality loop is the best way to handle edge cases and defects in a complex feature branch. This automated workflow aggregates findings from dual agents and loops through fixes until all must-fix bugs in the diff are resolved.