Free, Unlimited AI Code Reviews That Run on Commit
Click to view full sizegit-lrc is a command-line tool that adds AI code review to your local git workflow. It installs git hooks so every commit can trigger a review of the staged diff before the commit completes. Reviews open in a browser UI with a GitHub-style diff, inline comments with severity badges, and a summary of detected issues. It is designed to catch unintended behavior changes, removed logic, edge cases, and security problems such as leaked credentials or sensitive data in logs before code lands in history or reaches production. The tool supports a review cycle for AI-generated code, tracking iterations and how much of the final diff was previously reviewed (coverage). Developers can choose to run a review, vouch (skip AI and take responsibility), or skip review, with the status recorded in the git log. It supports Gemini by default and allows bringing your own AI connectors (OpenAI, Claude, DeepSeek, OpenRouter).
AI-generated code changes can break logic or leak secrets unnoticed before shipping.
Runs AI review on git commits, showing inline issues in a browser diff UI.
Individual developers using AI code agents and git workflows.
Add a comment...