An intelligent Pull Request code review bot based on Gemini AI that automatically performs in-depth code reviews on GitHub PRs and provides constructive improvement suggestions. - UllrAI/Vibe-PR-Reviewer
No reviews yetBe the first to leave a review for Vibe PR Reviewer
Maker
š
Key Features:
š¤ Intelligent code review based on Google Gemini AI
š Automatically generate detailed review reports, including problem location and modification suggestions
š Support PR Webhook automatic triggering and manual comment triggering (/review)
š Intelligent file context analysis to provide more accurate review opinions
š·ļø Automatically add review tags
ā” Support retry mechanism and error handling
š ļø Flexible environment variable configuration
Disadvantages:
Of course, this version took half a day to complete and can only be considered a demo. All implementations are done in the simplest way: for example, Github token is used instead of OAuth, so only one's own repo can be managed; splicing prompt is used (Gemini supports 1M context anyway), instead of Agent to obtain relevant code.
This project was ALL VibeCoding, by AI Studio (Gemini 2.5 pro) / Claude Code and me.