What problem does it solve? Turning a rough feature or bug prompt into a well-scoped Linear issue requires codebase research, duplicate checking, and structural decisions that are easy to skip. This Skill automates that workflow so tickets are actionable, deduplicated, and correctly linked. ## Core Features & Use Cases - Repository-grounded research: Searches the codebase with ripgrep for referenced modules, functions, routes, and schemas before drafting the ticket. - Duplicate and adjacency detection: Queries the Linear MCP server for existing issues to avoid duplicates and link related work. - Structured issue creation: Decides between a single issue or a parent with sub-issues, then creates them via the Linear MCP tools with labels, priority, parentId, blocks, and blockedBy relationships. - Use Case: A product manager pastes a rough feature request referencing a payments module; the Skill researches the code, checks Linear for overlap, and creates a verified issue with acceptance criteria and implementation notes. ## Quick Start Ask the assistant to use /create-linear-issue to research your feature request and create the corresponding Linear issue with proper structure and relationships.