awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Pull request reviewer

Ranking updated Jul 28, 2026

For pull request reviewing tools, the first results are google/git-appraise (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), anthropics/claude-code-action (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) and qodo-ai/qodo-cover (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/reviewdog and danger/danger round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

Compare the best open-source pull request reviewing tools on GitHub, ranked by stars and activity, and find the right fit for your team.

Pull request reviewer

Find the best repos with AI.We'll search the best matching repositories with AI.
  • google/git-appraisegoogle avatar

    google/git-appraise

    5,303View on GitHub↗

    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.

    GoInline Code CommentingCode Review ToolsContinuous Integration Status Trackers
    View on GitHub↗5,303
  • anthropics/claude-code-actionanthropics avatar

    anthropics/claude-code-action

    5,744View on GitHub↗

    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.

    TypeScriptAI Code Reviewers
    View on GitHub↗5,744
  • qodo-ai/qodo-coverqodo-ai avatar

    qodo-ai/qodo-cover

    5,444View on GitHub↗

    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.

    PythonAI Code Reviewers
    View on GitHub↗5,444
  • reviewdog/reviewdogreviewdog avatar

    reviewdog/reviewdog

    9,089View on GitHub↗

    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.

    GoDiff-Aware Result FilteringStatic Analysis FilteringAssertion Diff Visualizers
    View on GitHub↗9,089
  • danger/dangerdanger avatar

    danger/danger

    5,645View on GitHub↗

    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.

    RubyAutomated Code ReviewPull Request AutomationAPI Abstraction Layers
    View on GitHub↗5,645
  • villesau/ai-codereviewervillesau avatar

    villesau/ai-codereviewer

    1,029View on GitHub↗

    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.

    TypeScriptAutomated Pull Request ReviewersAI-Powered Code Analysis ToolsLanguage Model Integrations
    View on GitHub↗1,029
  • tarmojussila/minimax-code-reviewtarmojussila avatar

    tarmojussila/minimax-code-review

    17View on GitHub↗

    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.

    JavaScriptCode Review and RefactoringCode Review Bots
    View on GitHub↗17
  • tarmojussila/zai-code-reviewtarmojussila avatar

    tarmojussila/zai-code-review

    40View on GitHub↗

    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.

    JavaScriptCode Review and RefactoringCode Review Bots
    View on GitHub↗40
  • haya14busa/reviewdoghaya14busa avatar

    haya14busa/reviewdog

    9,381View on GitHub↗

    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.

    GoAutomated Pull Request ReviewersStatic Analysis PR CommentersAutomated Code Review Tools
    View on GitHub↗9,381
  • microsoft/vscode-pull-request-githubmicrosoft avatar

    microsoft/vscode-pull-request-github

    2,541View on GitHub↗

    This project is a GitHub pull request and issue management extension that integrates version control workflows directly into the code editor. It functions as a combined code review tool and issue tracker, allowing users to manage remote repository data without leaving their development environment. The extension supports both GitHub and GitHub Enterprise accounts. It distinguishes itself by enabling a code-to-issue workflow, where users can automatically generate trackable GitHub issues from todo comments and markers written within the source code. The toolset covers peer review functionalit

    This repository is a code editor extension for managing GitHub pull requests and issues within the workspace rather than a standalone review platform, making it a client-side building block rather than the complete tool requested.

    TypeScriptGitHub IntegrationsGitHub Workflow IntegrationsCode Review Tools
    View on GitHub↗2,541
  • probot/probotprobot avatar

    probot/probot

    9,558View on GitHub↗

    Probot is a framework for building and deploying GitHub Apps that monitor webhook events and execute automated workflows. It provides a system for receiving and validating event notifications to trigger server-side actions. The project utilizes an event-driven plugin architecture and a middleware-based request processing system to handle authentication, validation, and routing. It employs a dependency-injection pattern to provide a pre-configured API client for authenticated interactions with GitHub services. The framework includes tools for token-based identity management, signature-based p

    Probot is a framework for building GitHub Apps that automate workflows rather than a self-contained pull request review tool with inline comments or AI analysis.

    TypeScriptGitHub IntegrationsGitHub Integration Tools
    View on GitHub↗9,558
  • github/hubgithub avatar

    github/hub

    22,955View on GitHub↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Hub is a command-line wrapper for GitHub that enables pull request management from the terminal, but it lacks dedicated inline commenting, AI reviews, and code visualization features.

    GoGitHub Workflow IntegrationsGitHub Integration Tools
    View on GitHub↗22,955
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
google/git-appraise5.3KGoApache-2.0Aug 12, 2023
anthropics/claude-code-action5.7KTypeScriptmitFeb 19, 2026
qodo-ai/qodo-cover
5.4K
Python
AGPL-3.0
Apr 5, 2026
reviewdog/reviewdog9.1KGomitFeb 21, 2026
danger/danger5.6KRubymitDec 28, 2025
villesau/ai-codereviewer1KTypeScriptMITAug 19, 2024
tarmojussila/minimax-code-review17JavaScriptMITApr 16, 2026
tarmojussila/zai-code-review40JavaScriptMITApr 16, 2026
haya14busa/reviewdog9.4KGoMITJun 17, 2026
microsoft/vscode-pull-request-github2.5KTypeScriptmitFeb 17, 2026

Related searches

  • Pull request automation
  • Pull request automation
  • an AI bot for automated code review
  • an open source tool for automated code review
  • Code comparison tool
  • Git branching tool
  • Git and version control tooling
  • a plugin for enhancing IDE developer productivity