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
·

AI Code Review Bots

Ranking updated Jun 30, 2026

For an AI bot for automated code review, the strongest matches are continuedev/continue (Continue is an automated code review platform that uses), oneredoak/claude-code-workflows (This repository provides an LLM-powered code review framework that) and anthropics/claude-code-action (Claude Code Action is an AI-powered GitHub Action that). qodo-ai/qodo-cover and qodo-ai/pr-agent round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Automated tools that analyze pull requests to identify bugs, security vulnerabilities, and code style issues.

AI Code Review Bots

Find the best repos with AI.We'll search the best matching repositories with AI.
  • continuedev/continuecontinuedev avatar

    continuedev/continue

    33,716View on GitHub↗

    Continue is an automated code review platform that integrates AI agents directly into the software development lifecycle. By executing custom validation rules against pull request diffs, it provides immediate feedback through repository status checks, allowing teams to enforce quality, security, and documentation standards before manual review begins. The system distinguishes itself through a file-based configuration model where validation logic is defined in version-controlled markdown files. These files act as system prompts that guide autonomous agents in evaluating code changes. This appr

    Continue is an automated code review platform that uses AI agents to analyze pull request diffs, enforce quality and security through customizable markdown-based rules, and provide immediate feedback via status checks—exactly matching the search for a tool that integrates with PR workflows to deliver AI-driven review comments and analysis.

    TypeScriptAI Code ReviewersLinters & FormattersStatic Analysis
    View on GitHub↗33,716
  • oneredoak/claude-code-workflowsOneRedOak avatar

    OneRedOak/claude-code-workflows

    3,636View on GitHub↗

    This project is a suite of automated tools and an LLM code review framework designed for design auditing, security scanning, and AI-driven code analysis. It functions as a developer workflow orchestrator that uses static analysis agents and agent-based workflows to automate pull request analysis and security audits. The system employs a dual-loop agent architecture to coordinate primary analysis and secondary verification, reducing false positives. It distinguishes itself through the use of browser automation to perform live UI component testing and verify frontend changes against accessibili

    This repository provides an LLM-powered code review framework that automates pull request analysis and security audits with static analysis agents, dual-loop verification, and CI pipeline integration, covering AI-driven comments, static analysis, security scanning, and inline review—exactly the kind of PR-integrated code review tool you're looking for.

    Review CustomizationStatic Analysis Engines
    View on GitHub↗3,636
  • 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

    Claude Code Action is an AI-powered GitHub Action that reads pull request diffs, provides automated code review comments for quality, architecture, and security, and integrates directly into GitHub PR workflows — exactly the kind of automated AI code reviewer you're looking for.

    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 is an AI-powered assistant built for automated code review on pull requests, using an AST knowledge graph and multi-agent analysis to enforce coding standards, detect bugs, and provide in-diff feedback — directly matching this search for an AI code review tool with PR integration and customizable rules.

    PythonAI Code ReviewersAutomated Pull Request ReviewersReview Behavior Configurations
    View on GitHub↗5,444
  • qodo-ai/pr-agentqodo-ai avatar

    qodo-ai/pr-agent

    11,630View on GitHub↗

    PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain

    PR Agent is an AI-powered pull request reviewer that integrates with version control platforms to provide automated quality checks and customizable rule-based analysis, fitting your search for an automated code review tool with PR integration and customizable rules.

    PythonAI Code ReviewersAutomated Pull Request ReviewersReview Customization
    View on GitHub↗11,630
  • everyinc/compound-engineering-pluginEveryInc avatar

    EveryInc/compound-engineering-plugin

    21,527View on GitHub↗

    This project is a suite of tools for autonomous engineering, featuring a workflow manager that chains ideation, planning, and implementation into a single automated process for delivering pull requests. It includes a technical implementation planner for codebase research and blueprint generation, along with a framework for agentic code review that uses specialized agents to identify security and architectural issues. The system provides utilities for AI coding assistant migration, including a plugin converter for transforming instructions between different IDEs and a configuration synchronize

    This repository is a broader autonomous engineering workflow suite, but its included agentic code review framework directly delivers AI-driven review comments and security/architectural analysis integrated with pull request delivery, fitting the core intent of an AI code review automation tool.

    TypeScriptAI Code Reviewers
    View on GitHub↗21,527
  • 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 is a GitHub Action that uses OpenAI's GPT-4 to generate AI-powered code review comments on pull requests, fitting the need for an automated AI code review tool, though it focuses on GitHub and GPT-4 rather than GitLab integration or built-in security scanning.

    TypeScriptAutomated Pull Request Reviewers
    View on GitHub↗1,029
  • langchain-ai/open-swelangchain-ai avatar

    langchain-ai/open-swe

    9,988View on GitHub↗

    Open-SWE is an asynchronous software engineering agent and orchestrator designed to automate end-to-end coding tasks and pull request reviews. It functions as a middleware framework that coordinates long-running AI operations across multiple subagents, utilizing state persistence and human-in-the-loop oversight to manage complex workflows. The system is distinguished by its use of isolated remote Linux sandboxes for secure code execution and shell command processing. It features a webhook-driven integration platform that triggers automated engineering tasks via mentions and events in GitHub,

    Open-SWE is an agentic framework that automates pull request reviews with AI analysis and webhook-driven GitHub integration, making it a fit for the intended category; however, it functions more as a general engineering orchestrator than a dedicated code review tool, and its support for GitLab, static analysis, and vulnerability detection is not explicit.

    PythonAI Agent Orchestration FrameworksAutomated Software Engineering AgentsStateful Agent Orchestration
    View on GitHub↗9,988

Related searches

  • an open source tool for automated code review
  • a self-hosted AI coding assistant
  • an AI coding assistant for software development
  • an ai coding assistant for IDEs
  • an AI agent for automated bug fixing
  • an open-source Copilot alternative
  • an autonomous coding agent for software development
  • an AI chat extension for VS Code