Skip to content
Development
Skill

/review-delta

Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.

From plugin
code-review-graph
32k7 skills2 hooks1 MCP
Install
$ npx -y skills add tirth8205/code-review-graph --skill review-delta --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review-delta

Context preview

The summary Claude sees to decide when to auto-load this skill.

Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.

SKILL.md

review-delta.SKILL.md
name: review-delta
description: Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
argument-hint: "[file or function name]"

Review Delta

Review only the changed code and its blast radius.

Steps

1. Call `get_minimal_context_tool(task="review changes")`. If it returns `status: not_ready`, call `build_or_update_graph_tool()` and continue. 2. Call `detect_changes_tool(detail_level="minimal")` for risk-scored changed functions, test gaps and affected flows. Changes come from `git diff` against `HEAD~1`; if the argument names a file, pass it in `changed_files`. 3. Call `get_review_context_tool(detail_level="minimal")` when you need source snippets for the changed areas and `review_guidance` (untested functions, wide blast radius, inheritance changes). 4. For each untested high-risk function, confirm with `query_graph_tool(pattern="tests_for", target="<function>")`. 5. Use `detail_level="standard"` only for a high-risk item the minimal output leaves unclear. Do not load whole files unless a snippet is not enough.

Report

  • Summary: one line
  • Risk: low, medium or high, from the blast radius
  • Issues: bugs, missing tests, style
  • Blast radius: impacted files and functions
  • Recommendations
Ships withcode-review-graph

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.

Get the whole plugin
Stats
31,543
Stars
2,865
Forks
Active
Maintenance
Python
Language
MIT
License
13h ago
Last commit
6mo ago
Created

Repo: tirth8205/code-review-graph

Other skills on code-review-graph.