projects

project

ReviewGate.

A pre-merge quality gate for AI-assisted code that prioritizes high-risk findings and suppresses low-value review noise.

What is ReviewGate?

ReviewGate is a pre-merge quality gate for AI-generated and heavily AI-assisted code. It runs security, logic, performance, and AI-smell reviews in parallel, then uses an independent judge, deduplication, and confidence filtering to put merge-relevant findings first.

Why it exists

AI can generate a large amount of code quickly, along with duplicate findings, false positives, and results that look conclusive without enough evidence. ReviewGate is not another chat-based review bot; it is designed to make conservative, explainable decisions in real pull-request and CI workflows.

Current capabilities

  • Parallel security, logic, performance, and AI-smell review
  • Deduplication, independent judging, and confidence filtering
  • WARN on timeout or incomplete evidence instead of a fake PASS
  • CLI, GitHub Action, and multiple model providers

ReviewGate is read-only by default. It complements tests and human review as a high-confidence pre-merge gate.

ReviewGate — Pre-merge quality gate for AI-assisted code — Mafan Lab