Skip to content

Initial Release

Latest

Choose a tag to compare

@Niroshan2812 Niroshan2812 released this 10 Nov 16:57
· 2 commits to main since this release

Initial Release: AI PR Reviewer

This is the initial release of the Spring Boot AI-powered GitHub PR Reviewer. This repository serves as a complete template and support guide for developers looking to build their own automated review agent.

Features in this release

  • Listens for GitHub PR webhooks (opened, reopened).
  • Securely validates webhook signatures.
  • Fetches PR diffs from the GitHub API.
  • Uses Google Gemini (gemini-2.5-flash) to generate code reviews.
  • Posts the AI-generated review back to the PR as a comment.

How to Use
This is not a runnable application. To use it, please clone the repository and follow the setup instructions in the README.md file to create and run your own instance.