From linear
Fetches and displays full Linear issue details: status, assignee, description, acceptance criteria, recent comments, related issues, and link. Invoke via /issue ENG-123.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:issue - Get detailed information about a specific Linear issue
linear:issue - Get detailed information about a specific Linear issue
/issue [arguments]
Get detailed information about a specific Linear issue
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:
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}
{full description with formatting}
{Extract and highlight any acceptance criteria or requirements} {Parse checklist items if present}
{Show last 3 comments with author and date}
{Show linked issues with relationship}
Provide the direct link to the issue at the end.
npx claudepluginhub thebushidocollective/han --plugin linearFetches and renders a single Linear issue by identifier (e.g. BLA-123), showing title, state, assignee, description, and comments.
Manages Linear.app issues via Linearis CLI with JSON output: create, read, update, search issues; list teams/projects/cycles/labels/users; add comments.
Executes code tasks from Linear sub-issues: resolves dependencies, implements changes, validates Done Criteria, and syncs status. Use when asked to work on a Linear issue (e.g. PRI-42).