review-delta
Review Delta
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Token optimization: Before starting, call get_docs_section_tool(section_name="review-delta") for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context.
Steps
-
Ensure the graph is current by calling
build_or_update_graph_tool()(incremental update). -
Get review context by calling
get_review_context_tool(). This returns:- Changed files (auto-detected from git diff)
- Impacted nodes and files (blast radius)
- Source code snippets for changed areas
- Review guidance (test coverage gaps, wide impact warnings, inheritance concerns)
More from tirth8205/code-review-graph
build-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
362review-pr
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
331explore codebase
Navigate and understand codebase structure using the knowledge graph
270review changes
Perform a structured code review using change detection and impact
262refactor safely
Plan and execute safe refactoring using dependency analysis
260debug issue
Systematically debug issues using graph-powered code navigation
256