explain_finding
Get a mentor-style explanation for a specific Flutter/Dart analysis finding. Pass a finding code or ID to understand the issue, its root cause, and how to resolve it in plain, guided terms.
Instructions
Mentor-style explanation for one finding. Prefer sessionId from review_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Fallback if no sessionId (rescans) | |
| findingId | No | ||
| sessionId | No | Preferred — from review_project | |
| findingCode | Yes | Finding code e.g. PresentationImportsData |