| name | linear-create |
| description | DEPRECATED — use the `linear` skill instead. Create Linear issues. Use when creating bugs, tasks, or feature requests. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-create was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Create Issues
linear-cli i create "Title" -t TEAM
linear-cli i create "Bug" -t ENG -p 1
linear-cli i create "Task" -t ENG -a me
linear-cli i create "Fix" -t ENG -l bug
linear-cli i create "Due" -t ENG --due +3d
linear-cli i create "Bug" -t ENG --id-only
linear-cli i create "Test" -t ENG --dry-run
cat desc.md | linear-cli i create "Title" -t ENG -d -
Priority
1=Urgent, 2=High, 3=Normal, 4=Low
Due Dates
today, tomorrow, +3d, +2w, monday, eow, eom
Flags
| Flag | Purpose |
|---|
--id-only | Return ID only |
--dry-run | Preview |
--quiet | No output |