Technology May 04, 2026 · 1 min read

I built an AI that automatically reviews your GitHub PRs

Hey dev.to community! I just launched CodeLens AI — an AI-powered code review tool that automatically reviews every pull request. How it works Connect your GitHub repo Open a PR AI automatically reviews the code Detailed review comment posted on PR What it catches Bugs an...

DE
DEV Community
by murtaztahir_dev
I built an AI that automatically reviews your GitHub PRs

Hey dev.to community!

I just launched CodeLens AI — an AI-powered code review tool that automatically reviews every pull request.

How it works

  1. Connect your GitHub repo
  2. Open a PR
  3. AI automatically reviews the code
  4. Detailed review comment posted on PR

What it catches

  • Bugs and logic errors
  • SQL injection and security vulnerabilities
  • Performance issues
  • Code quality improvements

Tech Stack

  • Next.js + TypeScript
  • NextAuth + GitHub OAuth
  • Supabase database
  • OpenRouter AI
  • GitHub Webhooks

Try it free

https://codelens-ai-ochre.vercel.app

Would love your feedback! 🚀

DE
Source

This article was originally published by DEV Community and written by murtaztahir_dev.

Read original article on DEV Community
Back to Discover

Reading List