I recently installed the Gemini code review tool for GitHub. It’s free, and installation was easy. Today Gemini found its first real issue with my code. While the bug was very minor, it’s helpful to even have these minor bugs addressed during development.
Otherwise the review feedback provided by Gemini so far has been fine, but nothing spectacular. The rqlite code base is highly structured with clearly-defined interfaces and unit tests. This probably reduces the chance for major improvement.