An open API service indexing awesome lists of open source software.

https://github.com/numberly/reviewate

AI-powered code review agent for GitHub and GitLab. Open source.
https://github.com/numberly/reviewate

ai claude code-review developer-tools github gitlab llm nuxt open-source python

Last synced: 10 days ago
JSON representation

AI-powered code review agent for GitHub and GitLab. Open source.

Awesome Lists containing this project

README

          


Reviewate Logo

Reviewate


Open-source AI code reviewer for GitHub and GitLab


Quickstart ·
Self-Hosting ·
Docs

Reviewate is an AI agent that reviews your pull requests. Built on the [Claude Agent SDK](https://github.com/anthropics/claude-code-sdk-python), it uses a multi-agent pipeline to analyze code changes, explore your codebase for context, fact-check every finding, and post actionable feedback directly on PRs.


Reviewate Demo

## Quick Start

```bash
uv tool install reviewate # or: pip install reviewate
# requires python >=3.13
reviewate https://github.com/org/repo/pull/122
```

Uses your `gh`/`glab` login. First run prompts for model config.

## Self-Hosting

Run Reviewate on your own infrastructure with a full dashboard, webhooks, and team management.


Reviewate Dashboard

[Self-hosting guide →](https://reviewate.com/docs/getting-started/self-hosting)

## Documentation

- **[Quickstart](https://reviewate.com/docs/getting-started/quickstart)** — Install and run your first review
- **[Self-Hosting](https://reviewate.com/docs/getting-started/self-hosting)** — Dashboard, webhooks, and isolated container execution
- **[Deployment](https://reviewate.com/docs/deployment/docker-compose)** — Docker Compose, Kubernetes, CI/CD
- **[Configuration](https://reviewate.com/docs/configuration/environment-variables)** — LLM providers, models, authentication
- **[Architecture](https://reviewate.com/docs/architecture/overview)** — Multi-agent pipeline, security model
- **[Contributing](CONTRIBUTING.md)** — Development setup and conventions

## License

AGPL-3.0