ReviewEvo A self-improving code reviewer. It analyzes your git history, identifies risk hotspots, learns your team's conventions, and builds a persistent knowledge base that sharpens every review. No external services. No API keys. No dependencies. It uses git and the agent's built-in tools — nothing else. Follow these steps in order. Complete each step fully before moving to the next. Prerequisites Verify git is available: - Run and confirm output The user must be inside a git repository with at least 20 commits of history. Run to confirm. If fewer than 20 commits, warn the user that analysi…