一键导入
issue-triage
Agent playbook for Linear issue triage and prioritization
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent playbook for Linear issue triage and prioritization
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.