{"id":50486708,"url":"https://github.com/numberly/reviewate","last_synced_at":"2026-06-01T23:02:03.828Z","repository":{"id":345271927,"uuid":"1113825139","full_name":"numberly/reviewate","owner":"numberly","description":"AI-powered code review agent for GitHub and GitLab. Open source.","archived":false,"fork":false,"pushed_at":"2026-05-11T09:11:19.000Z","size":2494,"stargazers_count":12,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T14:26:29.274Z","etag":null,"topics":["ai","claude","code-review","developer-tools","github","gitlab","llm","nuxt","open-source","python"],"latest_commit_sha":null,"homepage":"https://reviewate.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numberly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-10T14:13:32.000Z","updated_at":"2026-05-04T08:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/numberly/reviewate","commit_stats":null,"previous_names":["numberly/reviewate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/numberly/reviewate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numberly%2Freviewate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numberly%2Freviewate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numberly%2Freviewate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numberly%2Freviewate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numberly","download_url":"https://codeload.github.com/numberly/reviewate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numberly%2Freviewate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33797128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","code-review","developer-tools","github","gitlab","llm","nuxt","open-source","python"],"created_at":"2026-06-01T23:02:01.001Z","updated_at":"2026-06-01T23:02:03.822Z","avatar_url":"https://github.com/numberly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/public/logo.svg\" alt=\"Reviewate Logo\" width=\"80\" height=\"80\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\u003ca href=\"https://reviewate.com\"\u003eReviewate\u003c/a\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eOpen-source AI code reviewer for GitHub and GitLab\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://reviewate.com/docs/getting-started/quickstart\"\u003eQuickstart\u003c/a\u003e ·\n  \u003ca href=\"https://reviewate.com/docs/getting-started/self-hosting\"\u003eSelf-Hosting\u003c/a\u003e ·\n  \u003ca href=\"https://reviewate.com/docs/getting-started/introduction\"\u003eDocs\u003c/a\u003e\n\u003c/p\u003e\n\nReviewate 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.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo.gif\" alt=\"Reviewate Demo\" width=\"800\"\u003e\n\u003c/p\u003e\n\n## Quick Start\n\n```bash\nuv tool install reviewate  # or: pip install reviewate\n# requires python \u003e=3.13\nreviewate https://github.com/org/repo/pull/122\n```\n\nUses your `gh`/`glab` login. First run prompts for model config.\n\n## Self-Hosting\n\nRun Reviewate on your own infrastructure with a full dashboard, webhooks, and team management.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"website/public/dashboard.png\" alt=\"Reviewate Dashboard\" width=\"800\"\u003e\n\u003c/p\u003e\n\n[Self-hosting guide →](https://reviewate.com/docs/getting-started/self-hosting)\n\n## Documentation\n\n- **[Quickstart](https://reviewate.com/docs/getting-started/quickstart)** — Install and run your first review\n- **[Self-Hosting](https://reviewate.com/docs/getting-started/self-hosting)** — Dashboard, webhooks, and isolated container execution\n- **[Deployment](https://reviewate.com/docs/deployment/docker-compose)** — Docker Compose, Kubernetes, CI/CD\n- **[Configuration](https://reviewate.com/docs/configuration/environment-variables)** — LLM providers, models, authentication\n- **[Architecture](https://reviewate.com/docs/architecture/overview)** — Multi-agent pipeline, security model\n- **[Contributing](CONTRIBUTING.md)** — Development setup and conventions\n\n## License\n\nAGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumberly%2Freviewate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumberly%2Freviewate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumberly%2Freviewate/lists"}