AI Code Review
git-lrc
Free, micro AI code reviews that run on git commit to prevent outages, breaches, and technical debt.
git-lrc
What is git-lrc?
git-lrc is a command-line tool that automatically runs AI-powered code reviews on every git commit, identifying potential outages, security breaches, and technical debt before they land.
How to use git-lrc?
- 1Install via: curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
- 2Run 'git lrc setup' to configure API keys (Gemini and LiveReview).
- 3Add changes with 'git add', then commit normally; the review launches automatically.
- 4Optionally, run 'git lrc review' manually before committing for more control.
- 5Review results appear in a web UI with inline comments, issue navigator, and summary deck.
- 6Use 'git lrc review --vouch' to skip AI review and take personal responsibility after iterations.
git-lrc Key Features
- Automatic AI code review on every git commit
- Issue Navigator to browse comments by severity and category
- Summary Deck for a quick 60-second overview of changes and risks
- Git log tracking recording review status (ran, vouched, skipped)
- Bring your own AI connectors (Gemini, OpenAI, Claude, DeepSeek, OpenRouter)
- Repository rules for custom review instructions
- Free tier with 30k LOC per month
git-lrc Use Cases
- Preventing AI-generated code from introducing silent bugs and security issues
- Catching credential leaks, expensive cloud operations, and logic errors before committing
- Building a habit of regular code review without slowing down the commit workflow
- Onboarding new engineers with automated context-aware feedback
- Maintaining code quality across teams without relying on a single IDE or tool
git-lrc Pricing & Free Credits
git-lrc currently operates on a Free, Freemium model.
git-lrc Pros & Cons
Pros
- Free tier with generous monthly allowance
- Easy setup and integrates seamlessly with git commit workflow
- Wide coverage of risk categories (outages, breaches, technical debt)
- Supports multiple AI providers via BYOK
- Issue Navigator and Summary Deck enhance review usability
- Git log tracking for team visibility
Cons
- Free tier limited to 30k LOC per month
- Only works with git (not other VCS)
- Requires internet connection for AI review
- AI reviews may have false positives or negatives, though feedback loop improves over time
What is git-lrc best for?
- Developers using AI to generate code who want to catch errors before committing
- Teams that want to enforce code review without slowing down the development process
- Open-source projects seeking free automated code review
- Engineers looking to reduce technical debt and security vulnerabilities