Git LRC

Active
GitHub Go NOASSERTION

Description

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

💡 Auto-review AI-generated code to catch silently removed logic, changed behavior, and potential bugs
💡 Pre-commit security review detecting leaked credentials, sensitive logs, and dangerous operations
💡 Team code quality improvement: regular review habits reduce production bugs
💡 Universal code review solution replacing IDE plugins, ensuring cross-editor consistency
💡 Form a generate-review loop with AI coding assistants like Claude Code

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

Related Projects