OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add tirth8205/code-review-graph --skill debug-issue
Systematically debug issues using graph-powered code navigation
npx skills add tirth8205/code-review-graph --skill debug-issue
Use the knowledge graph to systematically trace and debug issues.
semantic_search_nodes_tool to find code related to the issue.query_graph_tool with callers_of and callees_of to trace call chains.get_flow_tool to see full execution paths through suspected areas.detect_changes_tool to check if recent changes caused the issue.get_impact_radius_tool on suspected files to see what else is affected.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.