build-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
Navigate and understand codebase structure using the knowledge graph
$ npx -y skills add tirth8205/code-review-graph --skill explore-codebase --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/explore-codebaseContext preview
The summary Claude sees to decide when to auto-load this skill.
Navigate and understand codebase structure using the knowledge graph
name: explore-codebase description: Navigate and understand codebase structure using the knowledge graph
Use the code-review-graph MCP tools to explore and understand the codebase.
1. Run `list_graph_stats_tool` to see overall codebase metrics. 2. Run `get_architecture_overview_tool` for high-level community structure. 3. Use `list_communities_tool` to find major modules, then `get_community_tool` for details. 4. Use `semantic_search_nodes_tool` to find specific functions or classes. 5. Use `query_graph_tool` with patterns like `callers_of`, `callees_of`, `imports_of` to trace relationships. 6. Use `list_flows_tool` and `get_flow_tool` to understand execution paths.
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.
Repo: tirth8205/code-review-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
Perform a structured code review using change detection and impact
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.