Код-ревью с оценкой рисков и покрытия

★ 7.2 · vibe-coding

review-changes is a Claude Code skill that performs a structured, risk-aware code review using a knowledge graph of the codebase. It follows five steps: detecting changes with `detect_changes_tool`, finding impacted execution paths via `get_affected_flows_tool`, checking test coverage for high-risk functions using `query_graph_tool` with pattern="tests_for", assessing the blast radius with `get_impact_radius_tool`, and suggesting specific test cases for any untested changes. Output is grouped by risk level — high, medium, and low — covering what changed, test coverage status, improvement suggestions, and an overall merge recommendation. Built-in token efficiency rules cap each review at five tool calls and 800 output tokens. Ideal for teams that need fast, systematic pull request impact analysis before merging.