Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: git-lrc – Free, Micro AI Code Reviews That Run on Git Commit

git-lrc is a free, AI-powered code review tool that runs at commit time rather than at pull request time. It presents a review UI with the diff, summarizes changes, flags risks across 10 categories (security, reliability, performance, etc.), and records the developer's review decision in git history to create an audit trail.

Related stories

  • The article shares best practices for commit messages based on 20 years of software development experience. It covers what to include (descriptive titles, motivation, breaking changes, testing info) and what to leave out (obvious code details, short-term discussion, preview URLs).