# Linear Triage

> Manage Linear triage inbox. Use for unassigned issues needing attention.

- Skill: `nesszer/linear-triage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nesszer/linear-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nesszer/linear-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nesszer (https://skillmd.com/u/nesszer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nesszer/linear-triage

---


# Triage

```bash
# 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
```

## Duration Shortcuts

`1d`, `2d`, `1w`, `2w`, `1m`

## Flags

| Flag | Purpose |
|------|---------|
| `--output json` | JSON output |

