generate_validation_questions
Generates pre-defined validation questions from code changes to identify ABAC compliance and cross-component compatibility issues that need review before implementation.
Instructions
Generate pre-defined validation questions based on code changes. Returns a list of relevant questions that should be answered for ABAC compliance and cross-component compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path of the file being changed | |
| codeChanges | Yes | The code changes to analyze |