OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add tirth8205/code-review-graph --skill explore-codebase
Navigate and understand codebase structure using the knowledge graph
npx skills add tirth8205/code-review-graph --skill explore-codebase
Use the code-review-graph MCP tools to explore and understand the codebase.
list_graph_stats_tool to see overall codebase metrics.get_architecture_overview_tool for high-level community structure.list_communities_tool to find major modules, then get_community_tool for details.semantic_search_nodes_tool to find specific functions or classes.query_graph_tool with patterns like callers_of, callees_of, imports_of to trace relationships.list_flows_tool and get_flow_tool to understand execution paths.children_of on a file to see all its functions and classes.find_large_functions_tool to identify complex code.get_minimal_context_tool(task="<your task>") before other graph tools.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.