Loading repository dataโฆ
Loading repository dataโฆ
The-PR-Agent / repository
๐ PR Agent: The Original Open-Source PR Reviewer. This project It is not the Qodo free tier.
This repository contains the open-source PR Agent Project. It is not the Qodo free tier.
PR-Agent is an open-source, AI-powered code review agent and a community-maintained legacy project of Qodo. It is distinct from Qodoโs primary AI code review offering, which provides a feature-rich, context-aware experience. Qodo now offers a free tier that integrates seamlessly with GitHub, GitLab, Bitbucket, and Azure DevOps for high-quality automated reviews.
PR-Agent is a community-maintained open-source project, with its ongoing development supported by our sponsors. If you'd like to support the project, consider becoming a sponsor.
[!NOTE] Docker Hub namespace migration. Releases
0.34.2and later are published underpragent/pr-agent. Older releases (up to and includingv0.31) remain available at the legacycodiumai/pr-agentnamespace as a frozen archive โ no new images are pushed there. Update any pinnedimage:/docker pull/uses: docker://references when upgrading to0.34.2+.
Add automated PR reviews to your repository with a simple workflow file:
# .github/workflows/pr-agent.yml
name: PR Agent
on:
pull_request:
types: [opened, synchronize]
jobs:
pr_agent_job:
runs-on: ubuntu-latest
steps:
- name: PR Agent action step
uses: the-pr-agent/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Full GitHub Action setup guide
Run PR-Agent locally on your repository:
pip install pr-agent
export OPENAI_KEY=your_key_here
pr-agent --pr_url https://github.com/owner/repo/pull/123 review
Fast & Affordable: Each tool (/review, /improve, /ask) uses a single LLM call (~30 seconds, low cost)
Handles Any PR Size: Our PR Compression strategy effectively processes both small and large PRs
Highly Customizable: JSON-based prompting allows easy customization of review categories and behavior via configuration files
Platform Agnostic:
Open Source Benefits:
PR-Agent offers comprehensive pull request functionalities integrated with various git providers:
| GitHub | GitLab | Bitbucket | Azure DevOps | Gitea | ||
|---|---|---|---|---|---|---|
| TOOLS | Describe | โ | โ | โ | โ | โ |
| Review | โ | โ | โ | โ | โ | |
| Improve | โ | โ | โ | โ | โ | |
| Ask | โ | โ | โ | โ | ||
| โฎ Ask on code lines | โ | โ | ||||
| Help Docs | โ | โ | โ | |||
| Update CHANGELOG | โ | โ | โ | โ | ||
| USAGE |
The following diagram illustrates PR-Agent tools and their flow:

To contribute to the project, get started by reading our Contributing Guide.
PR-Agent has a new home!
After
| CLI |
| โ |
| โ |
| โ |
| โ |
| โ |
| App / webhook | โ | โ | โ | โ | โ |
| Tagging bot | โ |
| Actions | โ | โ | โ | โ |
| CORE | Adaptive and token-aware file patch fitting | โ | โ | โ | โ |
| Dynamic context | โ | โ | โ | โ |
| Fetching ticket context | โ | โ | โ |
| Interactivity | โ | โ |
| Local and global metadata | โ | โ | โ | โ |
| Multiple models support | โ | โ | โ | โ |
| PR compression | โ | โ | โ | โ |
| Self reflection | โ | โ | โ | โ |