Create Issues

SkillProductivity

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Create Issues skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-create/SKILL.md and read by ahel’s review.

# 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

FlagPurpose
--id-onlyReturn ID only
--dry-runPreview
--quietNo output

Signals

GitHub stars
133
Forks
18
Last commit
Jul 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-create
Source
github.com/nesszer/linear-cli