Releases: Niroshan2812/GithubPRreviewAgent
Releases · Niroshan2812/GithubPRreviewAgent
Initial 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.