Convert bug to regression tests
convert_bug_to_testsAnalyze bug reports to generate regression tests that prevent recurrence. Identify root cause and affected areas, then produce durable test cases from detailed descriptions.
Instructions
Analyze a bug report and generate durable regression tests to prevent recurrence. Provide a detailed bug description for best results. Returns root cause analysis, affected areas, and generated test cases with steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | Bug severity hint — affects test priority ranking. | |
| bug_description | Yes | Detailed bug report: what happened, expected behavior, actual behavior, and reproduction steps. |