Diff Analysis Analyze git diffs for risk, complexity, and reviewer assignment. When to use Before submitting a PR or after making significant changes, analyze the diff to understand risk level, get reviewer recommendations, and classify the type of change. Steps 1. Analyze diff — call with the diff content for a comprehensive analysis 2. Risk score — call for a quantified risk assessment 3. Classify changes — call to categorize (feature, bugfix, refactor, etc.) 4. Get reviewers — call for recommended reviewers based on code ownership 5. Diff stats — call for line counts, file counts, complexi…