Code Review Graph is a local-first code intelligence tool that builds a persistent structural map of a software repository. It parses source files with Tree-sitter and stores functions, classes, imports, calls, inheritance, and test relationships in a SQLite graph. When code changes, blast-radius analysis identifies the callers, dependents, and tests most likely to be affected. AI coding assistants can query this focused context through MCP instead of repeatedly scanning an entire codebase. Incremental indexing reparses only changed files and their relevant dependencies, making it practical for large repositories and monorepos. The command-line installer can detect and configure numerous supported coding tools automatically. It also offers watch mode, hooks, skills, a VS Code extension, and review-oriented risk analysis.
Features
- Tree-sitter structural code parsing
- Persistent SQLite dependency graph
- Change blast-radius analysis
- Incremental repository indexing
- MCP and command-line interfaces
- Multiple AI coding tool integrations