Triage issue end-to-end
triage_issueConsolidate report details, evidence, similar issues, fix context, blast radius, and logs into one review packet. Returns prioritised next actions for bug triage.
Instructions
Read-only combined tool: merges report detail, evidence, similar bugs, fix context, blast radius, and recent pipeline logs for a report into a single structured review 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 review. 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 | Yes | ||
| status | Yes | ||
| category | Yes | ||
| severity | Yes | ||
| report_id | Yes | ||
| fix_context | Yes | ||
| recent_logs | Yes | ||
| blast_radius | Yes | ||
| similar_bugs | Yes | ||
| triage_summary | Yes | ||
| reporter_thread | Yes | ||
| recommended_actions | Yes |