Stats
Actions
Tags
From linear-workspace
Searches Linear issues using keyword, team, assignee, or state filters. Returns a JSON result set rendered as a table with identifier, state, assignee, and title.
How this command is triggered — by the user, by Claude, or both
Slash command
/linear-workspace:linear-search <query>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Linear Search
Search Linear issues for: **{{query}}**
## Run
For more focused queries, add flags:
- `--team ENG` — restrict to a team
- `--assignee me` — only your issues (or `--assignee "Alice Smith"`)
- `--state "In Progress"` — by workflow state
- `--limit <n>` — default 25
- `--output text` — for human-readable; default here is JSON for parsing
## Present
Render the JSON as a table: identifier, state, assignee, title. Highlight any issue whose state matches what the user is looking for.
## Don't
- Don't paginate; the `--limit` flag controls volume
- Don't apply mutations — th...Search Linear issues for: {{query}}
elnora-linear search --query "{{query}}" --limit 25 --output json
For more focused queries, add flags:
--team ENG — restrict to a team--assignee me — only your issues (or --assignee "Alice Smith")--state "In Progress" — by workflow state--limit <n> — default 25--output text — for human-readable; default here is JSON for parsingRender the JSON as a table: identifier, state, assignee, title. Highlight any issue whose state matches what the user is looking for.
--limit flag controls volume/linear-bulk, /linear-cleanup, or the linear-issue-updater agentnpx claudepluginhub elnora-ai/elnora-linear --plugin linear-workspace