Back to Skills

my-issues

verified

Show all Linear issues assigned to you

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

linear

Integration

Repository

TheBushidoCollective/han
74stars

services/linear/skills/my-issues/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/services/linear/skills/my-issues/SKILL.md -a claude-code --skill my-issues

Installation paths:

Claude
.claude/skills/my-issues/
Powered by add-skill CLI

Instructions

# my-issues

## Name

hashi-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
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
773 chars