linear-create

Create labeled Linear issues with priority and standardized description templates.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/LSDIPPOLLC/ai-orchestration --skill linear-create-lsdippollc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-create
Source: https://github.com/LSDIPPOLLC/ai-orchestration/tree/main/.claude/skills/linear-create
Command: npx skills add https://github.com/LSDIPPOLLC/ai-orchestration --skill linear-create-lsdippollc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear users need a fast way to turn requests into well-structured tickets with the right labels and priorities, without repeatedly reformatting details or forgetting required fields.

Core Features & Use Cases

  • Creates new Linear issues for bugs, features, improvements, ADRs, and planning work from a single request.
  • Applies labels and priority from flags or intent (e.g., --bug → Bug label; --feature → Feature label; defaults to Normal/3 when not specified).
  • Generates a clear description template with Summary, Context, Acceptance Criteria, Branch, and Notes so the ticket is ready for execution.

Quick Start

Ask: "Create an urgent bug ticket titled 'Fix login redirect loop' with details about the failing scenario and expected behavior."

Frequently Asked Questions about linear-create

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

FAQPage Schema
How do I create structured Linear issues with acceptance criteria and branch names?

Create structured Linear issues by providing your intent and flags; the system generates a standardized description template containing Summary, Context, Acceptance Criteria, Branch, and Notes sections automatically.

How do I automatically apply priority and labels when filing a Linear bug ticket?

Automatically apply priority and labels when filing a Linear bug ticket by passing intent flags like --bug or --feature, which map to corresponding labels and default priority to Normal/3 when unspecified.

Can I create multiple Linear issues in bulk for features and improvements?

You can create multiple Linear issues in bulk for features and improvements from a single request, formatting each entry with correct labels, priorities, and actionable description templates.

What is the best way to link related Linear issues during ticket creation?

The best way to link related Linear issues during ticket creation is to include relationship details in your request, allowing the system to fetch existing issue lists and establish links among related tickets.

Does Linear issue creation work with existing projects and statuses?

Linear issue creation works with existing projects and statuses by using Linear MCP tools to fetch current labels, statuses, and projects, ensuring your new tickets match the established workflow environment.

How do I include branch naming expectations in a Linear ticket description?

Include branch naming expectations in a Linear ticket description by providing the naming intent; the system integrates this into the standardized description template under a dedicated Branch section.