Code Review

Open-source projects categorized as Code Review

Top 23 Code Review Open-Source Projects

Code Review
  1. octotree

    GitHub on steroids

  2. SaaSHub

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

    SaaSHub logo
  3. 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

  4. gitpod

    The developer platform for on-demand cloud development environments to create software faster and more securely.

    Project mention: OpenCode Hit 140K Stars. Why Terminal Agents Won 2026. | dev.to | 2026-04-23

    First, remote dev environments became table stakes. GitHub Codespaces, Gitpod, and self-hosted dev containers became how serious teams worked. Every engineer I know who ships to production now SSHs into a box they didn't provision, edits files with whatever editor is installed, and commits from a terminal. An IDE-bound agent requires you to also forward your IDE to the remote box, which most people don't bother doing. A terminal agent is already there.

  5. react-doctor

    Your agent writes bad React. This catches it

    Project mention: I spent 1 month building my first NPM package from scratch, and here is the result | dev.to | 2026-03-26

    The idea for this project came up when I discovered React Doctor. I really liked their concept and thought about a way to bring this kind of auditing tool outside of the React ecosystem. That's how I created Web Doctor.

  6. 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

  7. open-code-review

    Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

    Project mention: Write code like a human will maintain it | news.ycombinator.com | 2026-07-10

    I have good experience with using open-code-review:

    * https://github.com/alibaba/open-code-review

    ** https://layandreas.github.io/personal-blog/posts/beyond-vide...

  8. reviewdog

    🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

    Project mention: Proofreading Text with textlint and reviewdog on CircleCI | dev.to | 2026-03-15

    github.com - reviewdog/reviewdog

  9. DeepAudit

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

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

    🚫 Stop saying "you forgot to …" in code review (in Ruby)

  11. danger-js

    ⚠️ Stop saying "you forgot to …" in code review

    Project mention: dangerfile.ts in Storybook codebase. | dev.to | 2025-10-21
  12. vscode-pull-request-github

    GitHub Pull Requests for Visual Studio Code

    Project mention: VSCode-pull-request-GitHub repeatedly asked to sign in again using GitHub | news.ycombinator.com | 2026-06-30
  13. cargo-crev

    A cryptographically verifiable code review system for the cargo (Rust) package manager.

    Project mention: Cargo-crev: A web-of-trust code review system for Rust | news.ycombinator.com | 2025-09-14
  14. mutant

    Mutation testing for Ruby. AI writes your code. AI writes your tests. But who tests the tests?

    Project mention: Automated code reviews via mutation testing | news.ycombinator.com | 2025-10-06
  15. 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.

  16. git-lrc

    Free, Micro AI Code Reviews That Run on Git Commit

    Project mention: Understanding Backpropagation: Calculating Gradients for Hidden Layer Weights and Biases | dev.to | 2026-06-30

    Hello, I'm Ganesh. I'm building git-lrc, an AI code reviewer that runs on every commit. It is free, unlimited, and source-available on Github. Star git-lrc on GitHub to help more developers discover the project. Do give it a try and share your feedback for improving the product.

  17. Claude-Command-Suite

    Professional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, security auditing, and architectural analysis.

  18. kodus-ai

    AI Code Review with Full Control Over Model Choice and Costs.

    Project mention: Open-source AI code review (AGPLv3, BYOK) | news.ycombinator.com | 2026-05-07
  19. code-review-checklist

    This code review checklist helps you be a more effective and efficient code reviewer.

  20. policy-bot

    A GitHub App that enforces approval policies on pull requests

  21. ai-codereviewer

    AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving developers time.

  22. agentsys

    AI writes code. This automates everything else · 24 plugins · 49 agents · 44 skills · for Claude Code, OpenCode, Codex, Cursor, Kiro.

    Project mention: Show HN: My way – 18-agent autonomous workflow for ClaudeCode – issues to deploy | news.ycombinator.com | 2026-01-17
  23. vet

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

    Project mention: Vet | news.ycombinator.com | 2026-03-05
  24. cpp-project

    Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.

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).

Code Review discussion

Log in or Post with

Code Review related posts

  • Show HN: R3 – A Local Code Review Tool for You and Your AI Agent

    2 projects | news.ycombinator.com | 9 Jul 2026
  • Local codereview tool for handing structured review to agent

    2 projects | news.ycombinator.com | 9 Jul 2026
  • Why AI code review hallucinates — and the two gates that fix it

    1 project | dev.to | 6 Jul 2026
  • Show HN: Open-source guided code reviews

    2 projects | news.ycombinator.com | 5 Jul 2026
  • I'm opening VSCode less and less every day

    1 project | news.ycombinator.com | 5 Jul 2026
  • An open-source AI Product Builder now ships compliance-reviewed software for 5 regulated industries

    1 project | dev.to | 3 Jul 2026
  • Understanding Backpropagation: Calculating Gradients for Hidden Layer Weights and Biases

    1 project | dev.to | 30 Jun 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? This list will help you:

# Project Stars
1 octotree 23,192
2 code-review-graph 19,357
3 gitpod 13,741
4 react-doctor 13,498
5 pr-agent 11,962
6 open-code-review 10,304
7 reviewdog 9,435
8 DeepAudit 6,591
9 danger 5,685
10 danger-js 5,487
11 vscode-pull-request-github 2,599
12 cargo-crev 2,316
13 mutant 2,167
14 Review Board 1,717
15 git-lrc 1,428
16 Claude-Command-Suite 1,307
17 kodus-ai 1,218
18 code-review-checklist 1,046
19 policy-bot 1,031
20 ai-codereviewer 1,021
21 agentsys 889
22 vet 652
23 cpp-project 622

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

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?