The original open-source PR reviewer leaves the nest
An open-source AI agent that automates pull-request reviews across GitHub, GitLab, and Bitbucket, now fully community-owned after its corporate parent donated the codebase.

What it does
PR-Agent attaches to your git workflow to automatically describe, review, and suggest improvements for pull requests. It deploys as a GitHub Action, CLI tool, Docker container, or self-hosted webhook, and can call OpenAI GPT, Claude, Deepseek, or other LLM backends. Each tool command is designed to use a single LLM call, which keeps latency to roughly thirty seconds and costs down.
The interesting bit
Qodo is unusually clear that this is not their current free tier—PR-Agent is the legacy, community-maintained foundation they donated to open source. That makes it a rarity: a commercial vendor that spun off the original tool rather than sunsetting it, leaving behind a fully customizable, JSON-prompt-driven engine with no vendor lock-in.
Key highlights
- Works with GitHub, GitLab, Bitbucket, Azure DevOps, and Gitea
- One LLM call per tool (
/review,/improve,/ask) keeps it fast and cheap - PR Compression strategy attempts to handle both small patches and massive diffs
- JSON-based prompting via configuration files lets teams customize review categories
- Self-hosted option means you control the infrastructure and API keys
Caveats
- The README labels this a legacy project; Qodo’s newer platform is the feature-rich, actively commercial sibling
- Feature parity across git providers is uneven—interactivity and line-level “Ask” only work on GitHub and GitLab
- Docker images migrated to a new namespace (
pragent/pr-agent) starting at v0.34.2; older pinned references are frozen
Verdict
Teams that want full control over their AI review pipeline and don’t mind community maintenance should look here; those wanting a polished, hosted experience with automatic updates should use Qodo’s free tier instead.
Frequently asked
- What is The-PR-Agent/pr-agent?
- An open-source AI agent that automates pull-request reviews across GitHub, GitLab, and Bitbucket, now fully community-owned after its corporate parent donated the codebase.
- Is pr-agent open source?
- Yes — The-PR-Agent/pr-agent is open source, released under the MIT license.
- What language is pr-agent written in?
- The-PR-Agent/pr-agent is primarily written in Python.
- How popular is pr-agent?
- The-PR-Agent/pr-agent has 12.2k stars on GitHub and is currently accelerating.
- Where can I find pr-agent?
- The-PR-Agent/pr-agent is on GitHub at https://github.com/The-PR-Agent/pr-agent.