if you use claude code, this will save you real money.
the problem: every time you make an edit, your ai rereads the whole codebase to figure out what changed. tens of thousands of tokens, every turn, for context it already had.
this repo fixes it.
it’s called code review graph, and it just maps your entire codebase:
every file, every function, every connection laid out so you can see the actual shape of your project
how to set up (2 min):
- pip install code-review-graph
- code-review-graph install - auto-configures Claude Code, Cursor, Codex, Gemini CLI + more
- code-review-graph build
change one function, and it traces exactly what that touches... every caller, every dependent file, every test. your ai only reads what's affected, not the whole repo.
and the savings are wild. a task that used to burn ~100,000 tokens (about a dollar) now runs closer to a penny.
Video