Building a Local AI Code Reviewer with Ollama That Catches Bugs Before Your Team
A developer built a local AI code reviewer using Ollama and the qwen2.5-coder:7b model that runs as a pre-commit hook. The TypeScript CLI feeds staged git diffs to the LLM and returns structured bug f…