Triage issue end-to-end
triage_issueCombines report details, evidence, similar bugs, fix context, blast radius, and recent pipeline logs into a structured triage packet. Outputs prioritized next actions: investigate, dispatch_fix, group_with, or dismiss.
Instructions
Read-only orchestration tool: combines report detail, evidence, similar bugs, fix context, blast radius, and recent pipeline logs for a report into a single structured triage packet. Returns a prioritised list of recommended next actions (investigate, dispatch_fix, group_with, dismiss). Equivalent to a Sentry "Analyze with Seer" flow grounded in user-felt reports. Pass report_id to kick off triage. Call this before dispatch_fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Report UUID to triage. | |
| project_id | No | Project UUID. Defaults to configured project. | |
| include_logs | No | Include recent pipeline logs in triage packet (default: true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | ||
| severity | Yes | ||
| category | Yes | ||
| status | Yes | ||
| report | Yes | ||
| reporter_thread | Yes | ||
| similar_bugs | Yes | ||
| fix_context | Yes | ||
| blast_radius | Yes | ||
| recent_logs | Yes | ||
| recommended_actions | Yes | ||
| triage_summary | Yes |