Ревью изменений кода с анализом зависимостей

★ 7.2 · vibe-coding

review-delta is a Claude Code skill that performs a token-efficient code review of only the changed code and its blast radius, consuming 5–10× fewer tokens than a full-repo review. It automatically detects modified files via git diff, incrementally updates the dependency graph with `build_or_update_graph_tool()`, and retrieves review context through `get_review_context_tool()`, which returns changed files, impacted nodes, source snippets, and guidance on test coverage gaps. Analysis is scoped to changed nodes plus their 2-hop neighbors, with special attention to functions whose callers changed, classes with inheritance modifications, and high-dependency files that pose elevated risk. Findings are reported in a structured format covering a one-line summary, risk level (Low / Medium / High), identified bugs or style issues, blast radius list, and actionable recommendations — with untested changed functions flagged automatically.