skills/linear-create/SKILL.md
Create Linear issues. Use when creating bugs, tasks, or feature requests.
npx skillsauth add finesssee/linear-cli linear-createInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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 -
1=Urgent, 2=High, 3=Normal, 4=Low
today, tomorrow, +3d, +2w, monday, eow, eom
| Flag | Purpose |
|------|---------|
| --id-only | Return ID only |
| --dry-run | Preview |
| --quiet | No output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.