Discover and explore top open-source AI tools and projects—updated daily.
vercel-labsAI code review bot for GitHub
New!
Top 40.2% on SourcePulse
An open-source, self-hosted AI code review bot powered by Vercel. It helps developers get on-demand PR reviews using Claude, offering inline suggestions and automated fixes, benefiting development teams seeking to improve code quality and streamline review processes.
How It Works
OpenReview utilizes a webhook handler triggered by GitHub events to initiate a Vercel Workflow. This workflow provisions an isolated Vercel Sandbox, clones the relevant PR branch, installs dependencies, and executes a Claude-powered agent. The agent analyzes code changes, runs project tooling like linters, and posts findings as inline comments with actionable suggestions. If code modifications are identified (e.g., lint fixes), the workflow can commit and push these changes directly to the PR branch before cleaning up the sandbox. This architecture leverages Vercel's infrastructure for robust, sandboxed execution and Claude's AI capabilities for intelligent code analysis.
Quick Start & Requirements
Issue comment and Pull request review comment events.ANTHROPIC_API_KEY, GITHUB_APP_ID, GITHUB_APP_INSTALLATION_ID, GITHUB_APP_PRIVATE_KEY (including newlines), GITHUB_APP_WEBHOOK_SECRET.REDIS_URL for persistent state.Highlighted Details
@openreview in comments..agents/skills/.Maintenance & Community
This project originated as an internal tool for the Vercel team. The README does not specify community channels (like Discord/Slack) or notable contributors.
Licensing & Compatibility
Limitations & Caveats
OpenReview is currently in beta, and users should anticipate potential rough edges and breaking changes as the project evolves.
1 week ago
Inactive