What problem does it solve? Manual code reviews often miss hidden blast radius and untested changes. This Skill performs a structured, risk-aware review by detecting changes, tracing impacted execution flows, and checking test coverage through a knowledge graph. ## Core Features & Use Cases - Risk-Scored Change Detection: Runs detect_changes_tool to surface high, medium, and low risk modifications. - Impact Analysis: Uses get_affected_flows_tool and get_impact_radius_tool to map which execution paths and downstream code are affected. - Test Coverage Checks: Queries the graph for tests covering high-risk functions and suggests specific test cases for untested changes. - Token-Efficient Workflow: Enforces minimal-context retrieval and a budget of 5 tool calls and 800 output tokens per review. - Use Case: Before merging a pull request, run the review to get findings grouped by risk level, coverage status, and a merge recommendation. ## Quick Start Ask the assistant to review the current code changes and produce a risk-grouped report with test coverage status and a merge recommendation.