nesszer/linear-cli

linear-create

Create Linear issues. Use when creating bugs, tasks, or feature requests.

First seen Feb 7, 2026

Installation

$ npx skills add nesszer/linear-cli --skill linear-create

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nesszer/linear-cli · top by installs.

npx skills add nesszer/linear-cli

Browse all from nesszer/linear-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 133
License LICENSE
Default branch master
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 920 B
  • docs SUMMARY.md 94 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 198 installs

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

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