review-delta
Installation
SKILL.md
Review Delta
Review only the changed code and its blast radius.
Steps
- Call
get_minimal_context_tool(task="review changes"). If it returnsstatus: not_ready, callbuild_or_update_graph_tool()and continue. - Call
detect_changes_tool(detail_level="minimal")for risk-scored changed functions, test gaps and affected flows. Changes come fromgit diffagainstHEAD~1; if the argument names a file, pass it inchanged_files. - Call
get_review_context_tool(detail_level="minimal")when you need source snippets for the changed areas andreview_guidance(untested functions, wide blast radius, inheritance changes). - For each untested high-risk function, confirm with
query_graph_tool(pattern="tests_for", target="<function>"). - 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
Installs
1.1K
Repository
tirth8205/code-…ew-graphGitHub Stars
31.8K
First Seen
Mar 17, 2026
Security Audits