
Linear Triage
- 132 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Manage the Linear triage inbox from the terminal: list unassigned issues, claim them to yourself, or snooze them for a set duration.
About
A CLI skill for working the Linear triage inbox of unassigned issues. A developer uses it to list, claim, and snooze incoming issues that need attention.
- List triage issues, filter by team with -t
- Claim to self or snooze with --duration 1d/1w
Linear Triage by the numbers
- 132 all-time installs (skills.sh)
- Ranked #1,242 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-triageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 132 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Manage the Linear triage inbox from the terminal: list unassigned issues, claim them to yourself, or snooze them for a set duration.
Files
Triage
# 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 weekDuration Shortcuts
1d, 2d, 1w, 2w, 1m
Flags
| Flag | Purpose |
|---|---|
--output json | JSON output |