claudeers.
// Uncategorized / Others

pr-agent

๐Ÿš€ PR Agent: The Original Open-Source PR Reviewer. This project is not the Qodo free tier.

Actively maintained
100/100
last commit 4 days ago
last release 14 days ago
releases 34
open issues 61
// star history+163 this week (+1.3%)

Install with your AI

Paste into Claude Code, Cursor, or any agent โ€” it reads the repo and wires the tool into your project.

Install and set up pr-agent (pip project) into my current project.
Found on https://claudeers.com/pr-agent
Repo: https://github.com/The-PR-Agent/pr-agent
Homepage/docs: https://www.pr-agent.ai
Detected install method: pip โ†’ pip install pr-agent
Category: uncategorized. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (pip)
pip install pr-agent
// or clone
git clone https://github.com/The-PR-Agent/pr-agent

// compatibility

Platformscli, api
Operating systemsโ€”
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

logo
The Original Open-Source PR Reviewer


This repository contains the open-source PR Agent Project. It is not the Qodo offering for open-source projects.

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 offers a free version for open-source projects and integrates seamlessly with GitHub, GitLab, Bitbucket, and Azure DevOps for high-quality automated reviews.

Sponsors

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.

๐Ÿฅ‡ Gold Sponsor

Qodo โ€” Gold sponsor

Free version of Qodo for open-source projects

Getting Started

[!NOTE] Docker Hub namespace migration. Releases 0.34.2 and later are published under pragent/pr-agent. Older releases (up to and including v0.31) remain available at the legacy codiumai/pr-agent namespace as a frozen archive โ€” no new images are pushed there. Update any pinned image: / docker pull / uses: docker:// references when upgrading to 0.34.2+.

๐Ÿš€ Quick Start for PR-Agent

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

2. CLI Usage (Local Development)

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

Complete CLI setup guide

3. Other Platforms

News and Updates

Full notes for every release are on the Releases page.

Jul 26, 2026 โ€” v0.41.0

Claude Opus 5 support, and docker/mosaico became a self-contained deployment bundle.

Jul 25, 2026 โ€” v0.40.0

Default model moved to GPT-5.6, Gemini 3.6 support, persistent inline comments (no more duplicate suggestions across runs), an OpenRouter provider-routing/reasoning config, a tokenless plain-diff provider, and CI artifact context injection.

Jul 5, 2026 โ€” v0.39.0

AGENTS.md and friends are now fed to /review, /describe and /improve by default, so the model picks up your project's conventions out of the box. Also: Agent Skills (SKILL.md), organization-level settings, restricted mode for reduced GitHub permissions, GitHub Checks as an output target, and Claude Sonnet 5 support.

Why Use PR-Agent?

๐ŸŽฏ Built for Real Development Teams

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:

  • Git Providers: GitHub, GitLab, BitBucket, Azure DevOps, Gitea
  • Deployment: CLI, GitHub Actions, Docker, self-hosted, webhooks
  • AI Models: OpenAI GPT, Anthropic Claude, Google Gemini, DeepSeek, Mistral, and any other model reachable through LiteLLM (Azure OpenAI, AWS Bedrock, Vertex AI, Databricks, OpenRouter, Ollama, and more) โ€” see Changing a model

Open Source Benefits:

  • Full control over your data and infrastructure
  • Customize prompts and behavior for your team's needs
  • No vendor lock-in
  • Community-driven development

Features

PR-Agent offers comprehensive pull request functionalities integrated with various git providers:

GitHubGitLabBitbucketAzure DevOpsGitea
TOOLSDescribeโœ…โœ…โœ…โœ…โœ…
Reviewโœ…โœ…โœ…โœ…โœ…
Improveโœ…โœ…โœ…โœ…โœ…
Askโœ…โœ…โœ…โœ…
โฎ‘ Ask on code linesโœ…โœ…
Help Docs โš ๏ธโ€”โ€”โ€”
Update CHANGELOGโœ…โœ…โœ…โœ…
USAGECLIโœ…โœ…โœ…โœ…โœ…
App / webhookโœ…โœ…โœ…โœ…โœ…
Tagging botโœ…
Actionsโœ…โœ…โœ…โœ…
COREAdaptive and token-aware file patch fittingโœ…โœ…โœ…โœ…
Agent skills (SKILL.md)โœ…โœ…โœ…โœ…โœ…
Repo context files (AGENTS.md)โœ…โœ…โœ…โœ…โœ…
Dynamic contextโœ…โœ…โœ…โœ…
Fetching ticket contextโœ…โœ…โœ…
Interactivityโœ…โœ…
Local and global metadataโœ…โœ…โœ…โœ…
Multiple models supportโœ…โœ…โœ…โœ…
PR compressionโœ…โœ…โœ…โœ…
Self reflectionโœ…โœ…โœ…โœ…

โš ๏ธ /help_docs is temporarily disabled since v0.36.1 pending a fix for a credential-exposure issue (#2445).


See It in Action

/describe

pr-agent


/review

pr-agent


/improve

pr-agent


Usage Examples

PR-Agent tools run as a comment on a PR or from the CLI. A few common ones:

# Comment on a PR (GitHub/GitLab/Bitbucket/โ€ฆ):
/describe                        # generate title, summary, walkthrough and labels
/review                          # findings, security, review effort and tests
/improve                         # actionable code-improvement suggestions
/ask "What does this PR change?" # free-text Q&A about the PR

# Or locally via the CLI:
pr-agent --pr_url <PR_URL> review

See the Tools docs for the full list of tools with example commands, and each tool's page for screenshots and options.


How It Works

The following diagram illustrates PR-Agent tools and their flow:

PR-Agent Tools

Data Privacy

Self-hosted PR-Agent

Contributing

To contribute to the project, get started by reading our Contributing Guide.

Big News for PR-Agent

PR-Agent has a new home!

After years of building this tool alongside the community, Qodo has donated PR-Agent to the open-source community - and we couldn't be more excited about what comes next.

The project now lives in the PR-Agent org on GitHub, is fully community-owned, and is open for contributions and additional maintainers.

What else changed:

  • Docs moved to - docs.pr-agent.ai
  • Qodo Merge (Qodo 1.0), the hosted URL, which was the enterprise version of PR-Agent, has been rebranded and evolved into Qodo (Qodo 2.0), a full AI code review platform.

โค๏ธ Community

This open-source release remains here as a community contribution from Qodo โ€” the origin of modern AI-powered code collaboration. Weโ€™re proud to share it and inspire developers worldwide.

The project now has its first external maintainer, Naor (@naorpeled), and is currently in the process of being donated to an open-source foundation.

// faq

What is pr-agent?

๐Ÿš€ PR Agent: The Original Open-Source PR Reviewer. This project is not the Qodo free tier.. It is open-source on GitHub.

Is pr-agent free to use?

pr-agent is open-source under the MIT license, so it is free to use.

What category does pr-agent belong to?

pr-agent is listed under uncategorized in the Claudeers registry of Claude-compatible tools.

4 views
โ˜… 12,605 stars
unclaimed
updated 22 days ago

// embed badge

pr-agent on Claudeers
[![Claudeers](https://claudeers.com/api/badge/pr-agent.svg)](https://claudeers.com/pr-agent)

// retro hit counter

pr-agent hit counter
[![Hits](https://claudeers.com/api/counter/pr-agent.svg)](https://claudeers.com/pr-agent)

// reviews

// guestbook

0/500

// related in Uncategorized / Others

๐Ÿ”“

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

// uncategorizedn8n-io/โŸจTypeScriptโŸฉโ˜… 201,386โ—ท NOASSERTION[ claude ]
๐Ÿ”“

The agent engineering platform.

// uncategorizedlangchain-ai/โŸจPythonโŸฉโ˜… 144,291โ—ท MIT[ claude ]
๐Ÿ”“

FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qโ€ฆ

// uncategorizedx1xhlol/โ˜… 142,855โ—ท GPL-3.0[ claude ]
๐Ÿ”“

100+ AI Agent & RAG apps you can actually run โ€” clone, customize, ship.

// uncategorizedShubhamsaboo/โŸจPythonโŸฉโ˜… 133,607โ—ท Apache-2.0[ claude ]

// built by

1 of its contributors also build on official projects โ€” claude-cookbooks, claude-quickstarts

โ†’ see how pr-agent connects across the ecosystem