skills/linear-triage/SKILL.md
Manage Linear triage inbox. Use for unassigned issues needing attention.
npx skillsauth add finesssee/linear-cli linear-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# List triage issues (unassigned, no project)
linear-cli tr list
linear-cli tr list -t ENG # Filter by team
linear-cli tr list --output json
# Claim issue (assign to self, move to backlog)
linear-cli tr claim LIN-123
# Snooze issue
linear-cli tr snooze LIN-123 --duration 1d # Snooze 1 day
linear-cli tr snooze LIN-123 --duration 1w # Snooze 1 week
1d, 2d, 1w, 2w, 1m
| Flag | Purpose |
|------|---------|
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.