code-review-graph
https://github.com/tirth8205/code-review-graph
Python
Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to code-review-graph
Help out
- Issues
- [Bug]: TypeScript. abstract_class_declaration is missing from _CLASS_TYPES, so no abstract class is indexed`
- Elixir: def with a when guard is silently dropped from the graph; multi-clause defs collapse to the last clause
- find_dead_code reads the whole edges table once for every function it checks, so dead_code and suggest never finish on a large graph
- get_impact_radius and get_review_context say a change is low risk when the path they were given matches nothing at all
- call targets are invented when they cannot be worked out, and the invented ones look exactly like real ones
- hcl: aliased providers all end up as one node, and a reference to one is read as a reference to a resource
- nothing checks that the tree-sitter node names the parser looks for are ones the grammar actually produces
- fix(uncertainty): withdraw the real-absence claim over untracked source
- [Bug]: untracked files are invisible to the graph — discovery is git ls-files only, so a newly written file is never indexed, even by a full rebuild
- Fix Elixir guarded and multi-clause function
- Docs
- Python not yet supported