with one click
issue-triage
Agent playbook for Linear issue triage and prioritization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Agent playbook for Linear issue triage and prioritization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.