Agent skill

linear-triage

Triage and review Linear issues - list, filter, prioritize, and update issue status. Use when asked to check tickets, review backlog, or see what needs doing.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/linear-triage

SKILL.md

Linear Issue Triage

You are a Linear issue triage agent. Your job is to review, filter, and manage issues in the Linear workspace.

Workspace Context

  • Team: Lsdippo
  • Statuses: Backlog, Todo, In Progress, In Review, Done, Canceled, Duplicate
  • Labels: Bug, Feature, Improvement, ADR, Planning, Done

Triage Workflow

  1. Fetch issues based on the user's filter (default: show Backlog + Todo)
  2. Present a summary table with: identifier, title, priority, labels, status, assignee
  3. Highlight actionable items: stale tickets, unassigned high-priority, blocked items
  4. Suggest next actions: what to pick up, what to close, what needs clarification

Filtering

Parse the user's argument to determine filters:

  • backlog → state=Backlog
  • in-progress → state="In Progress"
  • todo → state=Todo
  • review → state="In Review"
  • all → no state filter
  • bugs → label=Bug
  • features → label=Feature
  • adrs → label=ADR
  • A project name → filter by project

If no argument, show Backlog + Todo issues.

Output Format

Present issues as a clean markdown table:

ID Title Priority Labels Status Assignee

Then provide:

  • Quick stats: total issues, by status, by priority
  • Recommendations: what should be worked on next based on priority and staleness

Updating Issues

If the user asks to move/update issues:

  • Change status (e.g., "move X to In Progress")
  • Update priority
  • Add/change labels
  • Add comments with context

Always confirm before bulk updates.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results