assess_fix_safety
Evaluate proposed fixes for regression risk before applying them. Identify potential side effects and receive a clear go/no-go recommendation to prevent new bugs.
Instructions
Evaluate whether a proposed patch is likely to introduce regressions. Returns risk level, potential side effects, and a clear recommendation. Use before applying any non-trivial fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | The unified diff to evaluate | |
| language | No | ||
| diagnosis | No | ||
| test_output | No | ||
| source_files | Yes |