
Issue
- 1 installs
- 186 repo stars
- Updated July 19, 2026
- thebushidocollective/han
Get detailed information about a specific Linear issue.
About
Retrieves detailed information about a specific Linear issue. A developer uses it when they need the full context of a Linear ticket while working.
- Fetches a specific Linear issue's details
- Surfaces issue context for the current task
Issue by the numbers
- 1 all-time installs (skills.sh)
- Ranked #2,476 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thebushidocollective/han --skill issueAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 186 |
| Last updated | July 19, 2026 |
| Repository | thebushidocollective/han ↗ |
What it does
Get detailed information about a specific Linear issue.
Files
issue
Name
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.