linear-search

Search Linear issues and projects using linear-cli commands.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-search-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-search
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-search
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-search-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding specific issues, bugs, or projects in a Linear backlog requires manual browsing; this Skill provides command-line search patterns to locate issues and projects quickly. ## Core Features & Use Cases - Issue Search: Search Linear issues by text with result limits, JSON output, and field selection. - Project Search: Search Linear projects by keyword with configurable result counts. - Result Filtering: Retrieve issue details, comments, and lists filtered by team or status after searching. - Use Case: When triaging a reported bug, search for existing issues matching the error text, then pull full details and comments on the matching issue to avoid duplicates. ## Quick Start Search Linear for issues matching "authentication bug" and show the top five results with their identifiers and states.

Frequently Asked Questions about linear-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Linear issues from the command line?

Use linear-cli with the s issues command followed by your search text, for example linear-cli s issues "authentication bug". Add --limit to control result count and --output json for programmatic parsing.

How to search Linear projects with linear-cli?

Run linear-cli s projects followed by a keyword, such as linear-cli s projects "backend". You can limit results with --limit and get machine-readable output with --output json.

Is Linear search case-sensitive?

No, Linear search via linear-cli is case-insensitive. It searches across issue titles and descriptions, so queries match regardless of capitalization.

How do I get details on a specific Linear issue after searching?

Use linear-cli i get with the issue identifier, such as linear-cli i get LIN-123 --output json. You can also list comments with linear-cli cm list LIN-123 or filter issues by team and status.

Should I use the linear-search skill or the linear skill?

Use the linear skill instead. The linear-search skill is deprecated as of 2026-06-20, and all its content was merged into the canonical linear skill, which is the maintained version.