I built an AI code reviewer bot for GitHub – no external APIs
Article URL: https://github.com/basilevincenzo/ai-code-reviewer Comments URL: https://news.ycombinator.com/item?id=47925189 Points: 1 # Comments: 0
Article URL: https://github.com/basilevincenzo/ai-code-reviewer
Comments URL: https://news.ycombinator.com/item?id=47925189
Automatic AI code review on every pull request. No API keys. No cost. Powered by GitHub Models.
When you open a PR, the bot reviews every changed file and posts inline comments for bugs, security issues, and bad practices. PRs with critical issues fail the check.
Click Fork at the top of this page. Done. The bot is ready on your fork immediately — no configuration needed.
Option B — Add to an existing repository
The bot uses the GITHUB_TOKEN — a temporary token that GitHub automatically generates for every workflow run. You don't create it, store it, or pay for it.
If you ever need to inspect it: Settings → Actions → General → Workflow permissions .