bool-ai-pro
An intelligent system that automatically reviews your pull requests using multiple LLMs. Install it on your repo, open a PR, and get a review comment within minutes.
How it works
Install the GitHub App
Connect bool-ai-pro to your GitHub account and choose which repositories to enable it on.
Open a pull request
Push your branch and open a PR as usual. bool-ai-pro picks up the webhook automatically.
Get a review
Within a couple of minutes, bool-ai-pro posts a review comment on your PR with findings and a code quality score.
What it looks for
Security issues
SQL injection, hardcoded secrets, unsafe deserialization
Bugs
Null pointer risks, off-by-one errors, unreachable code
Performance
N+1 queries, unnecessary allocations, blocking calls
Code quality
Naming, complexity, missing error handling
About this project
This is a personal project built to scratch my own itch — automated PR reviews without paying for a SaaS tool. It's an intelligent system with multiple LLM support, a React dashboard, and a GitHub App stitched together. No team, no roadmap, no SLA. If it's useful to you, great. If it breaks, open an issue.