Git LRC
ActiveDescription
Git LRC is a free, unlimited AI code review tool that runs automatically on every commit, helping developers catch and fix code issues early in the development workflow.
Key Features
- Free, unlimited AI code review that runs automatically on every git commit
- GitHub-style diff view with AI inline comments pinpointing problematic lines
- 60-second one-click install with global hook setup, auto-activates for all repos
- Supports free Gemini API key — AI code review at zero cost
- Web UI with review summary, file list, issue navigation, and one-click copy
- Iterative review workflow: generate code → AI review → fix → re-review → commit
Use Cases
Tags
Categories
Quick Start
1. Install: curl -fsSL https://hexmos.com/lrc-install.sh | bash
2. Setup: git lrc setup (configure LiveReview API key and Gemini API key)
3. In any repo, git add . && git commit — review launches automatically
4. View AI review results in the browser Web UI and decide to commit or fix