linear-triage

Lists, claims, and snoozes unassigned Linear triage issues via linear-cli commands.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-triage-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-triage
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-triage
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-triage-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill helps teams manage their Linear triage inbox by providing quick commands to list unassigned issues, claim them, or snooze them for later review. Note that this Skill is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - List Triage Issues: View unassigned issues with no project, optionally filtered by team (e.g., ENG) or output as JSON. - Claim Issues: Assign an issue to yourself and move it to the backlog with a single command. - Snooze Issues: Defer issues using duration shortcuts like 1d, 1w, or 1m. - Use Case: During a weekly triage review, list all unassigned issues for your team, claim the ones you will handle, and snooze the rest until next week. ## Quick Start Ask the assistant to list all unassigned Linear triage issues for your team and claim a specific issue by its identifier.

Frequently Asked Questions about linear-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list unassigned Linear triage issues?

Run linear-cli tr list to show unassigned issues with no project. You can filter by team with the -t flag, such as linear-cli tr list -t ENG, or add --output json for machine-readable output.

How do I claim a Linear triage issue?

Use linear-cli tr claim followed by the issue identifier, for example linear-cli tr claim LIN-123. This assigns the issue to yourself and moves it to the backlog.

What snooze durations does Linear triage support?

The snooze command accepts duration shortcuts of 1d, 2d, 1w, 2w, and 1m. For example, linear-cli tr snooze LIN-123 --duration 1w snoozes the issue for one week.

Is the linear-triage skill still maintained?

No, this skill is deprecated as of 2026-06-20 and superseded by the canonical linear skill. Its content was merged into the linear skill's SKILL.md and references, and it is scheduled for removal.

Can I get Linear triage output as JSON?

Yes, append the --output json flag to the list command, as in linear-cli tr list --output json. This returns structured JSON suitable for scripting or further processing.