Linear Search
SkillSearchSearch Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Linear Search skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-search/SKILL.md and read by ahel’s review.
Search Linear.app issues and projects using linear-cli.
Search Issues
# 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
# 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
Filter Results
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
Tips
- Search is case-insensitive
- Searches issue titles and descriptions
- Use
--output jsonfor programmatic access - Use
--limitto control result count - Combine with
i getfor full details
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-search- Source
- github.com/nesszer/linear-cli