一键导入
triage
Triage and prioritize Linear backlog. Analyzes issues for staleness, blockers, and suggests priorities based on dependencies and capacity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage and prioritize Linear backlog. Analyzes issues for staleness, blockers, and suggests priorities based on dependencies and capacity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | triage |
| description | Triage and prioritize Linear backlog. Analyzes issues for staleness, blockers, and suggests priorities based on dependencies and capacity. |
You are an expert at analyzing and prioritizing software backlogs.
Use this skill when:
Fetch the Backlog
linear issues list --team ENG
Analyze Dependencies
linear deps --team ENG
Identify Issues Look for:
Generate Recommendations
BACKLOG TRIAGE: Team ENG
════════════════════════════════════════
URGENT ATTENTION (3)
────────────────────────────────────────
ENG-101 [Stale 45d] Login bug - P1 but no activity
ENG-102 [Blocked] Payment flow - blocked by ENG-99
ENG-103 [Orphaned] API refactor - no owner
RECOMMENDED ACTIONS
────────────────────────────────────────
1. Unblock ENG-102: Complete ENG-99 or remove dependency
2. Assign ENG-103: Needs owner or close if abandoned
3. Update ENG-101: Stale P1 needs attention
HEALTH SUMMARY
────────────────────────────────────────
Total issues: 45
Blocked: 8 (17%)
Stale: 12 (26%)
Healthy: 25 (55%)
# List all issues for a team
linear issues list --team ENG
# Check dependencies
linear deps --team ENG
# Update priority
linear issues update ENG-123 --priority 2
# Add a comment about triage
linear issues comment ENG-123 --body "Triaged: Needs unblocking before sprint"
Use search to discover triage-worthy issues:
# Find all blocked issues that need attention
linear search --has-blockers --state "In Progress" --team ENG
# Find high priority work that's blocked
linear search --priority 1 --has-blockers --team ENG
# Find issues in circular dependencies (always needs fixing)
linear search --has-circular-deps --team ENG
# Find work blocked by a specific bottleneck
linear search --blocked-by ENG-100 --team ENG
# Search for stale work by keyword
linear search "authentication" --state "Backlog" --team ENG
Pro tip: Run linear search --has-blockers --team ENG weekly to identify and unblock stuck work.
Triage and prioritize Linear backlog issues using the linear CLI. Analyzes staleness, blockers, dependency health, and priority mismatches. Use when the user asks about backlog grooming, sprint planning, issue prioritization, managing stale tickets, or cleaning up Linear issues.
Pre-release checklist to ensure CHANGELOG, version numbers, tests, and documentation are updated before cutting a release.
Visualize and analyze issue dependencies in Linear. Finds blocking chains, circular dependencies, and critical path items.
Discover and link related issues as dependencies. Searches for issues that should be connected and recommends dependency relationships to establish proper work order.
Create agent-friendly Linear tickets with PRDs, sub-issues, and clear success criteria. Use when planning features or breaking down work for agentic coding.
Plan Linear cycles using velocity analytics. Suggests scope based on historical capacity, identifies dependency risks, balances workload.