What problem does it solve? This Skill provides quick command-line patterns for creating Linear issues (bugs, tasks, feature requests) without opening the Linear web UI. Note: this Skill is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - Issue Creation: Create Linear issues with a title and team using linear-cli i create. - Metadata Options: Set priority (1=Urgent to 4=Low), assignees, labels, and due dates like +3d, eow, or monday. - Agent-Friendly Flags: Use --id-only to return just the issue ID, --dry-run to preview, and pipe descriptions from files via stdin. - Use Case: An agent triaging a bug report can run linear-cli i create "Bug" -t ENG -p 1 -l bug --id-only to file an urgent labeled issue and capture its ID for tracking. ## Quick Start Ask the assistant to create a Linear issue in your team with a title, priority, and due date using the linear-cli create command.