Skip to main content
Business & ProductivityTheBushidoCollective

my-issues

Show all Linear issues assigned to you

Stars
162
Source
TheBushidoCollective/han
Updated
2026-04-28
Slug
TheBushidoCollective--han--my-issues
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/TheBushidoCollective/han/HEAD/plugins/services/linear/skills/my-issues/SKILL.md -o .claude/skills/my-issues.md

Drops the SKILL.md into .claude/skills/my-issues.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

my-issues

Name

linear:my-issues - Show all Linear issues assigned to you

Synopsis

/my-issues [arguments]

Description

Show all Linear issues assigned to you

Implementation

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:

  • Issue identifier (e.g., ENG-123)
  • Title (truncate if too long)
  • Current state
  • Priority (Urgent/High/Medium/Low/None)
  • Last updated date

Show count of issues by status at the end:

Summary:
- In Progress: 3
- To Do: 2
- Backlog: 1
Total: 6 issues