linear-ticket-routing

Route Linear tickets by analyzing labels and applying predefined workflows and assignees.

4|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/stepandel/clawup --skill linear-ticket-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-ticket-routing
Source: https://github.com/stepandel/clawup/tree/main/examples/multi-agent/pm/skills/linear-ticket-routing
Command: npx skills add https://github.com/stepandel/clawup --skill linear-ticket-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of assigning Linear tickets to the correct workflow and assignee based on their labels, ensuring efficient ticket management.

Core Features & Use Cases

  • Automated Routing: Assigns tickets based on predefined labels like "Research Needed", "Bug", or "Plan".
  • Modifier Handling: Adjusts assignee based on a "Slow" modifier.
  • Use Case: When a new ticket arrives in Linear with a "Bug" label, this Skill automatically routes it to the appropriate bug-fixing workflow and assigns it to Titus.

Quick Start

Use the linear-ticket-routing skill to process unprepped tickets during heartbeat.

Frequently Asked Questions about linear-ticket-routing

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

FAQPage Schema
How do I automate Linear ticket routing based on labels?

Automate Linear ticket routing by analyzing issue labels and applying predefined workflows and assignees. This Skill evaluates labels like "Bug" or "Plan" and updates the ticket's workflow and assignee automatically via the Linear API.

Can I override default Linear ticket assignments using a label modifier?

Yes, default Linear ticket assignments can be overridden using a "Slow" modifier label. When this modifier is present, the routing logic adjusts the assignee to ensure tickets are handled according to the modified workflow requirements.

Does this Linear routing Skill require dependencies or external libraries?

No external dependencies are required to use this Linear ticket routing Skill. It operates independently by interfacing directly with the Linear API to view and update issues based on their predefined label structures.

What is the best way to route Linear tickets labeled "Research Needed" or "Bug"?

The best way to route specific Linear tickets is to use predefined label rules. This Skill maps labels such as "Research Needed" and "Bug" to their corresponding workflows and designated assignees, automating the triage process.

When should I use automated label routing for Linear tickets?

Automated label routing should be used during heartbeat processing to handle unprepped Linear tickets. It is ideal for teams needing consistent, automated triage of issues based on predefined labels like "Plan" or "Bug".