Back to Skills

issue

verified

Get detailed information about a specific Linear issue

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

linear

Integration

Repository

TheBushidoCollective/han
74stars

services/linear/skills/issue/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/issue/SKILL.md -a claude-code --skill issue

Installation paths:

Claude
.claude/skills/issue/
Powered by add-skill CLI

Instructions

# issue

## Name

hashi-linear:issue - Get detailed information about a specific Linear issue

## Synopsis

```
/issue [arguments]
```

## Description

Get detailed information about a specific Linear issue

## Implementation

Retrieve and display comprehensive details for a Linear issue.

**Usage**: `/issue ENG-123`

Use the Linear MCP tool `linear_get_issue` to fetch full issue details.

Display in sections:

## ๐Ÿ“‹ Issue: ENG-123

**Title**: {title}
**Status**: {state name}
**Assignee**: {assignee}
**Priority**: {priority}
**Created**: {created date}
**Updated**: {updated date}
**Cycle**: {cycle/sprint if in one}
**Project**: {project if assigned}

## Description

{full description with formatting}

## Acceptance Criteria

{Extract and highlight any acceptance criteria or requirements}
{Parse checklist items if present}

## Recent Activity

{Show last 3 comments with author and date}

## Related Issues

{Show linked issues with relationship}

Provide the direct link to the issue at the end.

Validation Details

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