AI-powered PR reviews using Gemini AI with context-aware analysis
A potential issue:
A 404 might be more suitable for not found errors.
Committable suggestion:
- return res.status(500).json({ error }) + return res.status(404).json({ error })
Automatic PR review generation using Gemini AI. Context-aware reviews using RAG with Pinecone vector database. Reviews include walkthrough, sequence diagrams, summary, strengths, issues, suggestions, and even poems!
Connect multiple repositories with automatic webhook handling for PR events. Real-time review generation on PR open/update with direct comment posting to GitHub PRs.
Automatic codebase indexing with vector embeddings. Semantic search across entire codebase with context retrieval for better AI reviews.
Real-time statistics for total repos, commits, PRs, and reviews. GitHub contribution graph visualization with monthly activity breakdown and beautiful data visualization.
Complete review history with status tracking (completed, pending, failed). Direct links to GitHub PRs with review preview and full content viewing.