List/Get Issues

SkillProductivity

List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.

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 List/Get Issues skill

What this skill tells your AI

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

# List issues
linear-cli i list                    # All
linear-cli i list -t ENG             # By team
linear-cli i list -s "In Progress"   # By status
linear-cli i list --assignee me      # My issues

# Get issue(s)
linear-cli i get LIN-123
linear-cli i get LIN-1 LIN-2 LIN-3   # Multiple

# Agent-optimized
linear-cli i list --output json --compact --fields identifier,title,state.name

Flags

FlagPurpose
--output jsonJSON output
--compactNo formatting
--fields a,bSelect fields
--sort fieldSort results

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

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-list
Source
github.com/nesszer/linear-cli