Built by Vineet Kumar · v0.1

CodeReview Agent

AI-powered code review for Quality Engineering teams. Paste a GitHub or GitLab URL — get AI-flagged style and convention violations in seconds.

Supported URL formats GitHub: https://github.com/<owner>/<repo>/pull/<number>
        https://github.com/<owner>/<repo>/commit/<sha>
GitLab: https://gitlab.com/<owner>/<repo>/-/merge_requests/<iid>
        https://gitlab.com/<owner>/<repo>/-/commit/<sha>
(Public repos only in this phase — private repo support coming next.)

What this is

An AI-powered code review agent that demonstrates a pattern used in production at regulated banking environments. Built as an open-source illustration — paste any public GitHub or GitLab URL, and the agent will flag style, convention, and framework standard violations using an LLM, scoped to these Quality Engineering standards.

The agent runs against your team's coding standards (configurable), uses any LLM provider you prefer (Gemini, Ollama, OpenAI, Claude), and integrates with CI as a GitHub Action. This hosted demo uses Gemini's free tier.

Pluggable LLM

Same agent code works with Gemini, Ollama, OpenAI, or Claude. Swap providers via one config line.

Structured output

Returns parseable JSON with file path, line number, severity, category, and message — ready for CI gates.

Standards as data

Coding rules live in a markdown file. Forking and customizing for your team takes 5 minutes.

Honest framing

Style and convention enforcement — not architectural or logic review. Designed to free up senior reviewer time.