Show HN: I canceled my AI code reviewer and wrote a free local one
Summary
Avouch is a lightweight, Git-aware static analysis CLI for Python that analyzes only changed files before a push, using AST-based rules to identify potential issues. It emphasizes a no-daemon, local-first approach with JSON output and CI-friendly usage, and is designed to review the exact code you’re about to commit rather than inherited code.