linear-list

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-list" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-list

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review