skills/linear-search/SKILL.md
Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
npx skillsauth add finesssee/linear-cli linear-searchInstall 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.
Search Linear.app issues and projects using linear-cli.
# Search by text
linear-cli s issues "authentication bug"
# Limit results
linear-cli s issues "login" --limit 5
# JSON output for parsing
linear-cli s issues "error" --output json
# With specific fields
linear-cli s issues "crash" --output json --fields identifier,title,state.name
# Search projects
linear-cli s projects "backend"
# Limit results
linear-cli s projects "api" --limit 10
# JSON output
linear-cli s projects "mobile" --output json
After searching, get details on specific issues:
# Get issue details
linear-cli i get LIN-123 --output json
# Get comments
linear-cli cm list LIN-123 --output json
# List issues by team
linear-cli i list -t ENG --output json
# List issues by status
linear-cli i list -s "In Progress" --output json
--output json for programmatic access--limit to control result counti get for full detailstools
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.