Skip to content
Productivity
Command

/linear-search

Search Linear issues by keyword, team, assignee, state, or priority

From plugin
76 skills5 agents6 commands
shell
$ npx -y skills add Elnora-AI/elnora-linear --agent claude-code

Ships with linear-workspace. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/linear-search

Context preview

What this command does when you run it.

Search Linear issues by keyword, team, assignee, state, or priority

Command definition

linear-search.md
name: linear-search
description: Search Linear issues by keyword, team, assignee, state, or priority
argument-hint: "<query>"
allowed-tools: Bash, Read

Linear Search

Search Linear issues for: **{{query}}**

Run

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
  • `--priority urgent` — by priority (`urgent|high|medium|low|none`, or `0-4`)
  • `--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 — that's `/linear-bulk`, `/linear-cleanup`, or the `linear-issue-updater` agent
Read it on GitHub ↗
Ships withlinear-workspace

The full Linear API as a CLI, a Claude Code plugin, and a signal-driven hygiene curator — purpose-built for AI coding agents to create, edit, review, and curate Linear issues safely at scale.

Get the whole plugin, auto-invoked
Stats
7
Stars
0
Views
0
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
2d ago
Last commit
2mo ago
Created

Repo: Elnora-AI/elnora-linear