| name | issue-triage |
| description | Agent playbook for Linear issue triage and prioritization |
When invoked, review issue details, assign priority, suggest owner, and propose next action.
Checklist:
-
Confirm issue scope, acceptance criteria, and discussion:
linear issues get <id> --json
linear comments list --issue <id> --json
-
Validate priority against impact and urgency.
-
Suggest assignee and timeline.
-
Propose labels, cycle placement, and dependencies.
-
Apply the triage decision in one call. Set state by name (no stateId lookup needed); the name resolves against the issue's team:
linear issues update <id> --state "Todo" --input '{"priority":2}' --json
An unknown state name lists the team's valid states. Discover names with linear states list --json.