← Back to LlamaPReview

LlamaPReview Support

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.

Frequently Asked Questions

How do I install LlamaPReview?

Install the LlamaPReview GitHub App and grant it access to the public repositories you want reviewed.

Does the hosted service review private repositories?

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.

When does a review run?

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.

How much hosted review capacity is available?

The official hosted service admits up to 3 reviews per repository per UTC day. A shared 100-review daily circuit breaker protects the service's total provider budget. The first ordinary pull request over a repository's daily limit may receive one skip notice; later pull requests that day and head successors stop silently. The global circuit breaker is always silent. Read the capacity policy and skip-message contract.

Where is the source, and where should I report a bug?

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.

What if a review looks wrong, incomplete, or noisy?

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.

How do I report a security problem?

Follow the repository's Security Policy. Do not file a public Issue for a vulnerability.

Can I self-host LlamaPReview?

Yes. The repository contains a generic AWS reference for the same public-repository-only Webhook and Pipeline path. The reference disables the official hosted quota by default. Self-hosters supply their own GitHub App, DeepSeek credentials, and AWS account, and pay their own DeepSeek and AWS costs. The current reference does not include a private-repository mode. Read the self-hosting boundary.

Getting Help

Questions, ideas, and examples: Discussions

Reproducible bugs and work items: Issues

Vulnerabilities: Security Policy

Policies: Privacy · Terms