/linear-my-issues
List Linear issues assigned to you, grouped by state
$ 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-my-issues
Context preview
What this command does when you run it.
List Linear issues assigned to you, grouped by state
Command definition
linear-my-issues.mdname: linear-my-issues description: List Linear issues assigned to you, grouped by state allowed-tools: Bash, Read
My Linear Issues
List every Linear issue currently assigned to the viewer.
Run
elnora-linear my-issues --limit 50 --output json
Present
Group by state in this order: `In Progress`, `Todo`, `Backlog`, `Done` (last 7 days only), `Canceled` (hide unless asked). Within each state, sort by `updatedAt` descending. Show identifier, title, team, project.
If the list is empty, say so cleanly: "Nothing assigned." Don't fabricate.
Don't
- Don't include closed/cancelled issues older than 7 days — the user wants their active load
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-search
Search Linear issues by keyword, team, assignee, state, or priority
Open command - /linear-sync
Populate or refresh the Linear reference files (teams, projects, users, workflows)
Open command

