An AI-powered GitHub code review system that automatically analyzes pull requests and provides context-aware code reviews, bug detection, best practices, performance suggestions, and architecture feedback directly inside GitHub PRs.
Built for teams and developers who want faster, consistent, and intelligent code reviews.
Web App: http://custom-ai-code-reviewer.vercel.app/
GitHub App Installation:
GitHub Marketplace listing is not published yet.
Install the public GitHub App here: https://github.com/apps/reviewpilot-dev
- AI-powered pull request reviews
- Smart code analysis with contextual feedback
- Automated PR review comments
- Bug & code smell detection
- Performance and maintainability suggestions
- GitHub App integration
- Review dashboard UI
- Next
- TypeScript
- Tailwind CSS
- Node.js
- Express
- Docker
- GitHub Webhooks
- GitHub App APIs
- Queue Workers
- LLM-powered PR analysis
- Context-aware code review generation
- Install the GitHub App in your repository
- Create or update a Pull Request
- Webhook triggers ReviewPilot
- AI analyzes changed files and code context
- Smart review comments are posted directly inside GitHub PRs
git clone https://github.com/your-username/reviewpilot.git
cd reviewpilotnpm installCreate .env:
GITHUB_APP_ID=
GITHUB_PRIVATE_KEY=
GITHUB_WEBHOOK_SECRET=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
DATABASE_URL=docker compose up- GitHub Marketplace publishing
- Multi-model AI support
- Team analytics dashboard
- Codebase memory
- Review quality scoring
- Slack/Discord notifications
Pull requests are welcome. For major changes, please open an issue first.
MIT