| name | linear-search |
| description | DEPRECATED — use the `linear` skill instead. Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-search was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Linear Search
Search Linear.app issues and projects using linear-cli.
Search Issues
linear-cli s issues "authentication bug"
linear-cli s issues "login" --limit 5
linear-cli s issues "error" --output json
linear-cli s issues "crash" --output json --fields identifier,title,state.name
Search Projects
linear-cli s projects "backend"
linear-cli s projects "api" --limit 10
linear-cli s projects "mobile" --output json
Filter Results
After searching, get details on specific issues:
linear-cli i get LIN-123 --output json
linear-cli cm list LIN-123 --output json
linear-cli i list -t ENG --output json
linear-cli i list -s "In Progress" --output json
Tips
- Search is case-insensitive
- Searches issue titles and descriptions
- Use
--output json for programmatic access
- Use
--limit to control result count
- Combine with
i get for full details