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-graphThe 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 anand29p/code-review-graphBuilds 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.
Initializes or refreshes a knowledge-graph snapshot for a repository using the codebase-memory-mcp engine. Reports engine status, node/edge counts, hotspots, and cycles.