AI RESEARCH

RepoReviewer: A Local-First Multi-Agent Architecture for Repository-Level Code Review

arXiv CS.AI

ArXi:2603.16107v1 Announce Type: cross Repository-level code review requires reasoning over project structure, repository context, and file-level implementation details. Existing automated review workflows often collapse these tasks into a single pass, which can reduce relevance, increase duplication, and weaken prioritization. We present RepoReviewer, a local-first multi-agent system for automated GitHub repository review with a Python CLI, FastAPI API, LangGraph orchestration layer, and Next.js user interface.