skills/linear-list/SKILL.md
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
npx skillsauth add finesssee/linear-cli linear-listInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
| Flag | Purpose |
|------|---------|
| --output json | JSON output |
| --compact | No formatting |
| --fields a,b | Select fields |
| --sort field | Sort results |
0=Success, 1=Error, 2=Not found, 3=Auth error
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.