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.
- Host: GitHub
- URL: https://github.com/numberly/reviewate
- Owner: numberly
- License: agpl-3.0
- Created: 2025-12-10T14:13:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T09:11:19.000Z (about 1 month ago)
- Last Synced: 2026-05-11T14:26:29.274Z (about 1 month ago)
- Topics: ai, claude, code-review, developer-tools, github, gitlab, llm, nuxt, open-source, python
- Language: Python
- Homepage: https://reviewate.com
- Size: 2.38 MB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
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.
## 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.
[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