create-ticket

Create and manage Linear tickets from titles, YAML contracts, or plan milestones.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill create-ticket-omninode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-ticket
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/create-ticket
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill create-ticket-omninode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of Linear tickets by allowing you to generate them from various sources like direct titles, contract files, or plan milestones, while also handling potential conflicts.

Core Features & Use Cases

  • Multiple Input Sources: Create tickets using a simple title, a detailed YAML contract file, or by extracting information from a plan's milestone.
  • Conflict Resolution: Automatically detects existing tickets with the same title and offers options to update, cancel and recreate, or skip.
  • Use Case: As a project manager, you need to create a new ticket for a feature described in a plan document. You can use this Skill to automatically generate the ticket, including its title and description, directly from the relevant milestone in your plan.

Quick Start

Use the create-ticket skill to make a new ticket with the title "Implement user authentication".

Frequently Asked Questions about create-ticket

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

FAQPage Schema
How do I create Linear tickets from YAML contract files?

To create Linear tickets from YAML contract files, you use the command-line interface to parse the contract and automatically generate the corresponding tickets. The system validates required argument combinations before processing the file.

Can I generate Linear tickets directly from markdown plan milestones?

Yes, you can generate Linear tickets directly from plan markdown milestones. The tool extracts the relevant milestone information to populate the ticket title and description automatically.

How does duplicate ticket conflict resolution work for Linear issue tracking?

Conflict resolution for duplicate Linear tickets detects existing issues with the same title and offers options to update the current ticket, cancel and recreate it, or skip the creation entirely.

Do I need to provide a simple title or a full contract file to create a Linear ticket?

You can provide either a simple direct title, a detailed YAML contract file, or plan milestones to create a Linear ticket. The tool includes validation to ensure argument exclusivity and required combinations are met.

What happens if architecture dependency checks fail during Linear ticket creation?

During Linear ticket creation, optional architecture dependency checks validate prerequisites. If these checks fail, the system identifies the missing dependencies before proceeding with the ticket generation.