explain_issue
Formats an audit issue object into developer-friendly guidance with WCAG explanation, user impact, code-level fix, and reference links. Works offline without network calls.
Instructions
[session] Format an INLINE audit issue object into developer-friendly guidance: WCAG explanation, user impact, code-level fix, canonical reference links. No network call. vs explain_finding: that fetches by ID from the backend; this one takes the issue literal you already have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | The issue object from an audit result | |
| context | No | Optional additional context |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |