Analyze PR Impact
analyze_pr_impactAssess impact and risk of a pull request using cached diff analysis. Automatically detects repository language for accurate review.
Instructions
Assess impact and risk from cached diff. Prerequisite: generate_diff. Auto-infer repo/language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Primary language (e.g. TypeScript, Python, JavaScript, Go, Rust, Java). Auto-infer from files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| result | No | Successful result payload. | |
| error | No | Error payload when ok is false. |