From linear
Displays Linear issues assigned to you grouped by status in a table with ID, title, priority, and updated date, plus summary counts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:my-issuesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:my-issues - Show all Linear issues assigned to you
linear:my-issues - Show all Linear issues assigned to you
/my-issues [arguments]
Show all Linear issues assigned to you
Retrieve and display all Linear issues currently assigned to you.
Use the Linear MCP tool linear_search_issues with assignee filter set to current user.
Group results by status and display in a clear table format:
| ID | Title | Status | Priority | Updated |
|---|
Include:
Show count of issues by status at the end:
Summary:
- In Progress: 3
- To Do: 2
- Backlog: 1
Total: 6 issues
npx claudepluginhub thebushidocollective/han --plugin linearSearches Linear issues by state, assignee, label, or free text with pagination and renders a summary table. Useful for finding and listing issues in the configured team.
Search Linear issues by text in title/description or filters like team:KEY, status:NAME, priority:LEVEL, assignee:me, label:NAME. Displays top 20 results in a table.
Manages Linear.app issues via Linearis CLI with JSON output: create, read, update, search issues; list teams/projects/cycles/labels/users; add comments.