← 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.

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. Self-hosters supply their own GitHub App, DeepSeek credentials, AWS account, and operating budget. The current reference does not include a private-repository mode.

Getting Help

Questions, ideas, and examples: Discussions

Reproducible bugs and work items: Issues

Vulnerabilities: Security Policy

Policies: Privacy · Terms