Python Code Review

Open-source Python projects categorized as Code Review

Top 23 Python Code Review Projects

Code Review
  1. code-review-graph

    Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.

    Project mention: Code-review-graphv 2.1.0, 8× fewer tokens for code reviews via structural graph | news.ycombinator.com | 2026-04-03

    • True zero-config install — one command across 7 platforms

    Tech: Python + Tree-sitter + SQLite (WAL) + FastMCP. 572 tests.

    https://code-review-graph.com

    GitHub: https://github.com/tirth8205/code-review-graph

    pip install code-review-graph && code-review-graph install

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. pr-agent

    🚀 PR Agent: The Original Open-Source PR Reviewer. This project It is not the Qodo free tier.

    Project mention: 5 Tools You Should Try Now🧙‍♂️🫵 | dev.to | 2025-11-24

    ✅Try out Qodo

  4. DeepAudit

    DeepAudit:人人拥有的 AI 黑客战队,让漏洞挖掘触手可及。国内首个开源的代码漏洞挖掘多智能体系统。小白一键部署运行,自主协作审计 + 自动化沙箱 PoC 验证。支持 Ollama 私有部署 ,一键生成报告。支持中转站。​让安全不再昂贵,让审计不再复杂。

    Project mention: Show HN: DeepAudit – open-source auditing agent (LLMs and Static Analysis) | news.ycombinator.com | 2025-12-15
  5. Review Board

    An extensible and friendly code review tool for projects and companies of all sizes.

    Project mention: Ask HN: What are you working on? (June 2026) | news.ycombinator.com | 2026-06-14

    About a year ago, I started working on disassembling the NES game Faxanadu. The goal was to fully understand and document the game, and to produce the most thorough understanding of the game yet. It's been fascinating. The game has a two binary scripting languages (one for interactions with items and NPCs, one for NPC/enemy behaviors) and a very interesting graphics rendering layer. At this point pretty much the entire game is well-understood.

    Based on this work, there's now a new suite of tools for producing games under the Faxanadu engine, new major mods built with all this, and some work on a modified ROM better built for porting and modding.

    Disassembly is here: https://chipx86.com/faxanadu/

    And I've been blogging about it at https://chipx86.blog/

    Building a universal web-based retro game modding tool along with that work called Nostalgia Studio. The idea is that there's a core foundation for representing game state and building editors, a platform-specific layer for representing things like the NES APU and PPU state, and then game-specific implementations that populate state for two layers below.

    Those are the hobbies.

    Day job, I work on Review Board (https://www.reviewboard.org), one of the original code review products. We just released Review Board 8, which was a pretty large project (we built Office document review, browser-native spell checking in CodeMirror, a new interdiff filtering algorithm, Forgejo integration, and a bunch of other things).

    So now I'm working on plans for Review Board 9, with a goal of releasing within the next 4-6 months. Got some thoughts on how the review process can be rethought for this current era of development, so starting work on that.

  6. vet

    Find issues worth your attention. (by imbue-ai)

    Project mention: Vet | news.ycombinator.com | 2026-03-05
  7. ai-review

    🚀 AI-powered code review tool for GitHub, GitLab, Bitbucket Cloud, Bitbucket Server, Azure DevOps and Gitea — built with LLMs like OpenAI, Claude, Gemini, Ollama, Bedrock, OpenRouter and Azure OpenAI

    Project mention: hack-review VS ai-review - a user suggested alternative | libhunt.com/r/hack-review | 2025-11-25

    VqjZugszsSQrOOOmcgmFi

  8. piperider

    Code review for data in dbt

  9. claude-elixir-phoenix

    Claude Code plugin for Elixir/Phoenix/LiveView — 20 specialist agents, Iron Laws enforcement, and Tidewave MCP integration. Plan features with parallel research agents, execute with automatic verification, review with 4-agent parallel audits, and capture learnings as reusable knowledge.

    Project mention: Phoenix LiveView 1.2 Released | news.ycombinator.com | 2026-06-14
  10. revup

    Upload once to create multiple, relative PRs. Productivity-focused git tools with patch revision tracking, rebase detection and more. Uses python and git plumbing commands.

    Project mention: Revup: Upload once to create multiple, relative GitHub PRs | news.ycombinator.com | 2026-01-13
  11. Gito

    An AI-powered GitHub code review tool that uses LLMs to detect high-confidence, high-impact issues—such as security vulnerabilities, bugs, and maintainability concerns.

    Project mention: Show HN: Gito v4.1.0 – AI code reviewer now runs on Claude Code / Gemini CLI | news.ycombinator.com | 2026-06-05
  12. claude-night-market

    23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

    Project mention: Agent Skills is now an open standard | news.ycombinator.com | 2025-12-18

    I noticed a similar optimization path with skills, where I now have subagents to analyze the performance of a previous skill/command/hook execution, triggered by a command. I've pushed this to my plugin marketplace https://github.com/athola/claude-night-market

  13. reviews

    A terminal UI dashboard to monitor requests for code review across Github and Gitlab repositories.

  14. mira

    Self-hosted AI code reviewer with indexed PR reviews, walkthroughs, vulnerability scanning, dependency graphs, custom rules, and a learning loop. (by miracodeai)

    Project mention: Ask HN: What tools are you using for AI-assisted code review? | news.ycombinator.com | 2026-06-19

    Co-founder of Mira [1] here.

    This is exactly what we built Mira for. It's self-hosted, bring-your-own-model/BYOK, and most importantly, open source.

    You point it at your own API keys (e.g. OpenRouter or a local model) so nothing leaves your infra, and it runs as a code reviewer on PRs.

    It's also ridiculously quick at reviewing (benchmarks at ~77s) because your PRs aren't sitting in a queue on a cloud somewhere (alternatives are > 5 minutes)

    We're working really closely with our users to build the best possible code reviewer. Feedback and contributions are highly encouraged.

    [1] https://github.com/miracodeai/mira

  15. data-structure-protocol

    Graph-based long-term memory skill for AI (LLM) coding agents — faster context, fewer tokens, safer refactors

    Project mention: DSP (Data Structure Protocol): how to give LLM agents "long-term memory" of a large repository | dev.to | 2026-02-20

    k-kolomeitsev/data-structure-protocol

  16. reviewd

    Local AI pull request reviewer — review GitHub and BitBucket PRs right from your terminal, powered by the Claude Code, Gemini, and Codex CLIs.

    Project mention: Show HN: Reviewd – A free, local alternative to Claude Code Review(no API costs) | news.ycombinator.com | 2026-03-11
  17. scanline

    Expert AI code reviews Catch bugs before they hurt Run Scanline in your CLI to find: - race conditions - logical errors - security risks - optimizations (by ScanLineDev)

  18. good-egg

    Trust scoring for GitHub PR authors based on contribution history.

    Project mention: Good-egg – Trust scoring for GitHub PR authors based on contribution history | news.ycombinator.com | 2026-04-20
  19. git-limiter

    ⏱️ Tool to stop you from pushing huge diffs

  20. cc-thingz

    Battle-tested Claude/Codex/Gemini/Pi plugin marketplace — 27 skills, 34 agents, 9 hooks for code review, Go/Python/TypeScript/Web dev, infrastructure ops, and spec-driven development

    Project mention: cc-thingz v6: portable skills and hooks for AI coding agents | dev.to | 2026-06-27
  21. drift

    Detect architectural erosion from AI-generated code. Static analyzer for pattern fragmentation, architecture violations & mutant duplicates. (by mick-gsk)

    Project mention: Show HN: Drift – Catching architectural erosion from AI-assisted coding | news.ycombinator.com | 2026-03-25
  22. whetstone

    AI-powered development tools. 19 agents, 22 commands, 30 skills, 1 hook, 1 MCP server for code review, research, design, and workflow automation. (by iliaal)

    Project mention: Teaching AI Agents How to Engineer | dev.to | 2026-05-02

    # All skills (works everywhere) npx skills add iliaal/ai-skills # Just one skill npx skills add iliaal/ai-skills -s code-review # The full plugin (Claude Code) /plugin marketplace add https://github.com/iliaal/whetstone /plugin install whetstone@iliaal-marketplace # Convert the plugin for Codex git clone https://github.com/iliaal/whetstone cd whetstone && bun install bun run src/index.ts install ./plugins/whetstone --to codex

  23. agent-workspace-fabric

    Control plane that runs AI coding agents (Codex, Claude Code, Gemini, OpenCode, Grok, Cursor) as disciplined contributors: each task gets an isolated git worktree + Docker Compose stack, profile-driven validation, a created PR, and an autonomous PR-monitor loop (review, CI fixes, base sync, auto-merge). GitHub & BitBucket. Apache-2.0.

    Project mention: Show HN: AWF – run parallel AI coding agents, each in its own Docker workspace | news.ycombinator.com | 2026-06-16
  24. baloo-bear

    AI-powered code review agent for GitHub pull requests. Self-hosted GitHub App using PI.

    Project mention: Open Source Code Review Agent | news.ycombinator.com | 2026-05-28
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Code Review discussion

Log in or Post with

Python Code Review related posts

  • Why AI code review hallucinates — and the two gates that fix it

    1 project | dev.to | 6 Jul 2026
  • cc-thingz v6: portable skills and hooks for AI coding agents

    1 project | dev.to | 27 Jun 2026
  • Issue-Orchestrator: A Software Engineering Control Plane for Coding Agents

    1 project | dev.to | 25 Jun 2026
  • Issue-Orchestrator, a control plane for coding agents

    1 project | news.ycombinator.com | 24 Jun 2026
  • Show HN: Gito v4.1.0 – AI code reviewer now runs on Claude Code / Gemini CLI

    1 project | news.ycombinator.com | 5 Jun 2026
  • An open source LLM eval tool with two independent quality signals

    1 project | dev.to | 22 May 2026
  • Cognitive middleware for n8n agents: four ways to wire Ejentum in

    2 projects | dev.to | 18 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Code Review projects in Python? This list will help you:

# Project Stars
1 code-review-graph 19,357
2 pr-agent 11,962
3 DeepAudit 6,591
4 Review Board 1,717
5 vet 652
6 ai-review 510
7 piperider 494
8 claude-elixir-phoenix 467
9 revup 390
10 Gito 379
11 claude-night-market 320
12 reviews 182
13 mira 199
14 data-structure-protocol 56
15 reviewd 51
16 scanline 49
17 good-egg 49
18 git-limiter 29
19 cc-thingz 22
20 drift 12
21 whetstone 11
22 agent-workspace-fabric 10
23 baloo-bear 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?