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.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer