explain_validation
Get actionable explanations for validation issues returned by validate_code. Call with each ruleId, read the cited docs, apply the fix, and re-run validation.
Instructions
WHEN: validate_code returned issues. HOW: call once per unique ruleId from the result, read the cited rule/docs, apply the fix, then re-run validate_code. Part of the fix loop — do not guess fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ruleId | Yes | ruleId from validate_code issues. Call for each unique id in the fix loop. |