From code-review-graph
Builds or updates repository code knowledge graph in SQLite from parsed files. Supports Python, TS/JS, Vue, Go, Rust, Java, C#, Ruby, Kotlin, Swift, PHP, Solidity, C/C++. Run manually first or let hooks auto-update.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review-graph:build-graph [full][full]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build or incrementally update the persistent code knowledge graph for this repository.
Build or incrementally update the persistent code knowledge graph for this repository.
Check graph status by calling the list_graph_stats_tool MCP tool.
Build the graph by calling the build_or_update_graph_tool MCP tool:
build_or_update_graph_tool(full_rebuild=True)build_or_update_graph_tool() (incremental by default)Verify by calling list_graph_stats_tool again and report the results:
.code-review-graph/graph.db) in the repo root.code-review-graphignore are skippednpx claudepluginhub guo-astro/code-review-graph3plugins reuse this skill
First indexed Jul 9, 2026
Builds or incrementally updates the repository code knowledge graph for review. Use for initial setup, after refactors or branch switches; supports Python, TypeScript/JS, Go; SQLite storage.
Builds or incrementally updates a multi-language code knowledge graph using Tree-sitter AST parsing, storing nodes/edges in SQLite. Use at session start, after code changes, or before structural analysis.
Builds a persistent knowledge graph of your codebase using Tree-sitter and SQLite, enabling Claude to read only relevant files — reducing tokens by up to 49x on coding tasks.