From linear
Creates Linear issues interactively via /create, prompting for team, title, description, priority, assignee, project, and labels with confirmation summary before submission.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:createThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:create - Create a new Linear issue interactively
linear:create - Create a new Linear issue interactively
/create [arguments]
Create a new Linear issue interactively
Create a new Linear issue through an interactive prompt.
Usage: /create [optional: initial title]
Interactive Prompts:
Team (if not obvious from context)
linear_get_team to list available teamsTitle (required)
Description (optional)
Priority (optional, default: Medium)
Assignee (optional)
Project (optional)
linear_list_projects to show available projectsLabels (optional)
Confirmation: Show summary and ask for confirmation before creating:
📝 Create New Issue
Team: Engineering
Title: {title}
Description: {description preview}
Priority: High
Assignee: You
Project: {project}
Labels: {labels}
Create this issue? (y/n)
After creation, use linear_create_issue and display:
✅ Created ENG-123: {title}
Link: {issue URL}
What would you like to do next?
- Start work (/start ENG-123)
- View details (/issue ENG-123)
npx claudepluginhub thebushidocollective/han --plugin linearManages Linear issues via CLI: list by team/state, view details/comments, create/update title/desc/state/priority/labels/assign, start with git branch, delete.
Manages Linear.app issues via Linearis CLI with JSON output: create, read, update, search issues; list teams/projects/cycles/labels/users; add comments.
Creates a Linear issue from a local work-item file. Reads title and body, shows a payload preview, requires confirmation, then writes the remote identifier back into the file.