Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear List

  • 181 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

List and get Linear issues from the CLI, filtering by team, status, or assignee, with agent-optimized JSON and field selection.

About

Lists and fetches Linear issues via linear-cli, filtering by team, status, or assignee and fetching multiple issues by ID. A developer uses it to view issue status and details from the terminal.

  • --assignee me and status filters for scoped lists
  • Agent-optimized --output json --compact --fields selection

Linear List by the numbers

  • 181 all-time installs (skills.sh)
  • Ranked #1,090 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-list

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs181
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

List and get Linear issues from the CLI, filtering by team, status, or assignee, with agent-optimized JSON and field selection.

Files

SKILL.mdMarkdownGitHub ↗

List/Get Issues

# 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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.