name: Review Changes
Perform a thorough, risk-aware code review using the knowledge graph.
detect_changes to get risk-scored change analysis.get_affected_flows to find impacted execution paths.query_graph with pattern="tests_for" to check test coverage.get_impact_radius to understand the blast radius.Provide findings grouped by risk level (high/medium/low) with:
get_minimal_context(task="<your task>") before any other graph tool.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.