LlamaPReview is an actively maintained, open-source GitHub pull-request reviewer. The hosted service reviews public repositories only and is free for public repositories. This page explains where to take usage questions, reproducible problems, review-quality feedback, and security reports.
Install the LlamaPReview GitHub App and grant it access to the public repositories you want reviewed.
No. After verifying the webhook signature and parsing the minimum visibility fields, the hosted service generically acknowledges and discards a private-repository event. It creates no durable product record, calls no model provider, and makes no GitHub product API call for that event.
A review runs for an eligible public pull-request event with a valid webhook signature. Opening a non-draft pull request or marking a draft ready for review are the supported entry points. Every admitted run is pinned to the pull request's exact head commit.
The active source is JetXu-LLM/LlamaPReview. Use Issues for reproducible bugs and concrete work items. Use Discussions for questions, ideas, and public review examples.
Open a review-quality Issue or Discussion with a public pull-request link, the output in question, and what you expected instead. Share only public or already-redacted evidence; never post private source, provider payloads, installation IDs, secrets, or private logs.
Follow the repository's Security Policy. Do not file a public Issue for a vulnerability.
Yes. The repository contains a generic AWS reference for the same public-repository-only Webhook and Pipeline path. Self-hosters supply their own GitHub App, DeepSeek credentials, AWS account, and operating budget. The current reference does not include a private-repository mode.
Questions, ideas, and examples: Discussions
Reproducible bugs and work items: Issues
Vulnerabilities: Security Policy