linear-create
Installation
SKILL.md
Create Issues
# Basic
linear-cli i create "Title" -t TEAM
# With options
linear-cli i create "Bug" -t ENG -p 1 # Priority (1=urgent)
linear-cli i create "Task" -t ENG -a me # Assign to self
linear-cli i create "Fix" -t ENG -l bug # With label
linear-cli i create "Due" -t ENG --due +3d # Due date
# Agent patterns
linear-cli i create "Bug" -t ENG --id-only # Return ID only
linear-cli i create "Test" -t ENG --dry-run # Preview
cat desc.md | linear-cli i create "Title" -t ENG -d -
Priority
Related skills
More from finesssee/linear-cli
linear-list
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
102linear-search
Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
99linear-update
Update Linear issues. Use when changing status, priority, assignee, or labels.
99linear-workflow
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
94linear-projects
Manage Linear projects - full CRUD with labels, members, archive. Use when managing projects.
93linear-uploads
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.
92