Suggested fix (from triage)
suggest_fixReturns the root cause, suggested fix, reproduction steps, summary, and component for a bug report. Use when you only need a quick human-readable hint.
Instructions
Return the Stage-2 suggested-fix slice for one report: root cause, suggested fix, repro steps, summary, and component — faster than get_report_detail when you only need the human-readable hint. Returns { reportId, rootCause, suggestedFix, reproductionSteps, summary, component }. Read-only; reads the existing classification (run triage_issue first if unclassified). Use for a quick "what should we try?"; use get_fix_context for the full paste-ready bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report UUID to read the Stage-2 suggested-fix slice for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-line report summary, or null | |
| reportId | Yes | The report this slice was read from | |
| component | Yes | Component/page the bug was attributed to, or null | |
| rootCause | Yes | Stage-2 root-cause hint, or null if not yet classified | |
| suggestedFix | Yes | Stage-2 suggested fix, or null if not yet classified | |
| reproductionSteps | Yes | Reproduction steps recorded on the report (array; [] if none) |