What should I work on now?
triage_next_stepsGet a prioritized action list for your project: unblock pending fixes, shepherd in-flight work, review user-reported bugs by severity, and wrap up with dependency chores.
Instructions
Prioritised "do this next" list for the project: blocked auto-fixes first (with the unblock action), then in-flight fixes to shepherd to merge, then user-felt classified reports by severity, with robot/cron chores (dependency bumps) last. Returns { steps: [{ priority, action, reason, tool, args }], summary }. Read-only. Call this first when the user asks "what needs my attention / what should I triage or fix".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project UUID (defaults to the configured project). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| summary | Yes |