Automatically post an AI code review on every new pull request in your GitHub or GitLab repository without any manual steps.
Generate a plain-English description of what a pull request changes before you decide whether to merge it.
Ask questions about a pull request's code in plain English using the /ask command.
Run as a GitHub Action so your whole team gets consistent AI feedback on every PR with zero setup per developer.
Requires an AI provider API key (OpenAI, Claude, or Deepseek) and a few lines added to a GitHub Actions workflow file.
PR-Agent is an open-source tool that uses AI to automatically review pull requests on code repositories. A pull request is how developers propose changes to a shared codebase, normally a human teammate reads through those changes and leaves comments. PR-Agent does that reading automatically, posting feedback as comments directly on the pull request. The tool was originally built by Qodo (formerly CodiumAI) and has since been donated to the open-source community, where it is now maintained independently. A separate paid product from Qodo called Qodo Merge exists with more features, but this repository is the free, community-run version. The main commands are: /review (posts an overall assessment of the changes), /improve (suggests specific code improvements), /describe (generates a plain-English summary of what the pull request does), and /ask (lets you ask questions about the code in plain English). Each command makes a single call to an AI model and typically responds in about 30 seconds. PR-Agent works with GitHub, GitLab, Bitbucket, Azure DevOps, and Gitea. It can be set up as a GitHub Action (a few lines of workflow configuration), run as a command-line tool locally, or deployed as a webhook server. It supports several AI backends including OpenAI GPT, Claude, and Deepseek, so teams can choose based on their existing subscriptions or preferences. The project is written in Python and can be configured through a TOML file, allowing teams to adjust how reviews are categorized and what the AI focuses on. The repository is open source and welcomes community contributions and additional maintainers.
← the-pr-agent on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.