For pull request reviewing tools, the strongest matches are google/git-appraise (This project is a decentralized code review tool that), anthropics/claude-code-action (This repository provides an AI-powered GitHub Action that analyzes) and qodo-ai/qodo-cover (Qodo Cover provides AI-powered automated code review and analysis). reviewdog/reviewdog and danger/danger round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Compare the best open-source pull request reviewing tools on GitHub, ranked by stars and activity, and find the right fit for your team.
git-appraise is a decentralized code review tool and distributed review workflow engine. It allows teams to conduct peer reviews by storing review requests, comments, and approvals as objects directly within Git repositories, eliminating the need for a central server. The system synchronizes review data across team members using standard Git push and pull operations. It manages the entire lifecycle of a code change—from the initial review request to the final merge—by using Git references to track the state and identity of reviews. The project covers code approval workflows, including the en
This project is a decentralized code review tool that stores review data directly inside Git repositories for distributed peer reviews, matching the category though it relies on a decentralized Git-based workflow rather than a standard platform integration.
Claude Code Action is an AI-powered GitHub Action that reads repository context and executes code changes, reviews, and automation tasks through natural language commands. It functions as an automated code reviewer that analyzes pull request diffs and suggests improvements for quality, architecture, and security, while also serving as a conversational agent that answers code questions when mentioned in issues or comments. The action modifies repository files by creating commits and branches through the GitHub API, enabling code changes without local clones. It converts plain English instructi
This repository provides an AI-powered GitHub Action that analyzes pull request diffs and suggests improvements, offering automated code review capabilities integrated directly into GitHub workflows.
Qodo Cover is an engineering governance platform and AI-powered assistant designed for automated code review and unit test generation. It utilizes an abstract syntax tree codebase knowledge graph to map dependencies and architectural relationships, allowing it to analyze pull requests and enforce organizational coding standards. The system distinguishes itself through a multi-agent analysis pipeline that performs architectural reasoning and identifies bugs beyond the immediate diff. It features a model context protocol server to expose codebase intelligence to external tools and can automatic
Qodo Cover provides AI-powered automated code review and analysis for pull requests using an abstract syntax tree, though it focuses more on engineering governance and unit test generation than a traditional interactive review suite.
Reviewdog is a linter result posting tool and a diff-aware static analysis filter. It parses the output of various linters and posts findings as comments on pull requests within code hosting platforms. It also functions as a quality gate for CI pipelines, failing builds when findings exceed specified severity thresholds. The project distinguishes itself by isolating static analysis issues to only those introduced within the current git code diff, preventing the reporting of legacy errors. It unifies tool findings by processing industry-standard SARIF and XML diagnostic formats alongside custo
Reviewdog is a diff-aware static analysis filter and linter result posting tool that integrates with GitHub and GitLab to post inline comments on pull requests and act as a CI quality gate, though it focuses on automated linter output rather than general human-led code walkthroughs or interactive AI code reviews.
Danger automates pull request reviews by posting messages and running checks within CI pipelines, serving as a helpful workflow tool despite lacking native inline code commenting and AI capabilities.
Ai-codereviewer is a GitHub pull request review bot and LLM code review tool that functions as an OpenAI code analysis assistant. It operates as an automated assistant designed to inspect source code and suggest improvements by connecting to external artificial intelligence APIs. The software processes incoming webhook events from a remote version control service to trigger automated background tasks. It parses and filters raw code change sets from pull request diffs, allowing users to exclude specific files matching custom glob patterns so the analysis ignores generated or irrelevant code. O
This TypeScript GitHub Action integrates OpenAI's GPT-4 to provide automated AI code reviews on pull requests, offering the core AI review feature requested even though it lacks visualization and GitLab support.
AI-powered GitHub Pull Request code review using MiniMax models. Automatic PR comments, bug detection, and improvement suggestions via GitHub Actions.
This repository provides an AI-powered GitHub Pull Request code review tool that automatically posts comments and bug detections via GitHub Actions, though it lacks GitLab integration and visualization features.
AI-powered GitHub Pull Request code review using Z.ai models. Automatic PR comments, bug detection, and improvement suggestions via GitHub Actions.
This repository is a GitHub Action that uses AI models to automatically review pull requests and leave inline comments, fitting the category well despite lacking GitLab integration or visualization features.
Reviewdog is an automated review bot and CI code review orchestrator that converts the output of static analysis tools into automated pull request comments. It functions as a linter output parser and static analysis commenter, transforming unstructured logs from compilers or linters into structured diagnostics. The project distinguishes itself by using pattern-based output parsing and a platform-agnostic plugin architecture to unify multi-language linting workflows. It employs diff-based result filtering to isolate issues introduced in a specific commit and provides the ability to post action
Reviewdog is a CI code review orchestrator that automatically posts linting diagnostics as inline comments on pull requests, fitting the category well despite lacking an AI-driven review feature.