/linear-search
Search Linear issues by keyword, team, assignee, state, or priority
$ npx -y skills add Elnora-AI/elnora-linear --agent claude-codeShips 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.mdname: 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 jsonFor 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
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.
Repo: Elnora-AI/elnora-linear
Other commands on linear-workspace.
- /linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.
Open command - /linear-cleanup
Audit Linear issues for problems (missing labels, stale, duplicates, wrong state, orphaned, unactionable) and propose fixes
Open command - /linear-curator-run
Run the curator — collect signals from configured signal sources and report
Open command - /linear-my-issues
List Linear issues assigned to you, grouped by state
Open command - /linear-sync
Populate or refresh the Linear reference files (teams, projects, users, workflows)
Open command

