reviewit

Orchestrate automated GitHub pull request review cycles with Gemini Flash and Copilot.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/loomantix/codex-platform --skill reviewit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewit
Source: https://github.com/loomantix/codex-platform/tree/main/.codex/skills/reviewit
Command: npx skills add https://github.com/loomantix/codex-platform --skill reviewit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the bottleneck of manual code review by orchestrating a multi-agent pipeline that combines Gemini Flash and GitHub Copilot to provide comprehensive, automated feedback on pull requests.

Core Features & Use Cases

  • Multi-Agent Orchestration: Coordinates Gemini Flash and Copilot reviewers to provide staggered, high-quality feedback.
  • Automated Remediation: Automatically pushes fixes for valid findings, replies to comments, and manages a stateful review ledger.
  • Deep Review Mode: Performs iterative, adversarial reviews with a final deep-dive analysis using the deepgrill engine to ensure code quality and security.

Quick Start

Use the reviewit skill to initiate a deep automated review cycle on pull request number 123.

Frequently Asked Questions about reviewit

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated code review for GitHub pull requests is orchestrated by coordinating Gemini Flash and Copilot feedback loops, managing iterative fix-and-reply workflows, and posting comments directly to the repository.

What is multi-agent AI code review?

Multi-agent AI code review is a pipeline coordinating Gemini Flash and Copilot to provide staggered, adversarial feedback on pull requests, enabling automated remediation and iterative deep-dive analysis.

Do I need GitHub CLI authentication to run AI code reviews?

GitHub CLI authentication and appropriate repository permissions are required to execute AI code review workflows, post comments, and push automated fix commits to pull requests.

Can AI automatically fix code review findings on a pull request?

AI can automatically fix code review findings by pushing valid remediations, replying to comments, and managing a stateful review ledger throughout the iterative pull request workflow.

What is deep review mode for pull requests?

Deep review mode performs iterative, adversarial reviews of pull request changes, concluding with a final deep-dive analysis using the deepgrill engine to ensure code quality and security.