I built an AI that automatically reviews your GitHub PRs
Source: Dev.to
Introduction
I just launched CodeLens AI – an AI‑powered code review tool that automatically reviews every pull request.
How It Works
- Connect your GitHub repository.
- Open a pull request.
- AI automatically reviews the code and posts a detailed review comment on the PR.
What It Detects
- Bugs and logic errors
- SQL injection and other security vulnerabilities
- Performance issues
- Code quality improvements
Tech Stack
- Framework: Next.js + TypeScript
- Authentication: NextAuth with GitHub OAuth
- Database: Supabase
- AI Provider: OpenRouter AI
- Integration: GitHub Webhooks
Try It Out
Would love your feedback! 🚀