issue

$npx mdskill add TheBushidoCollective/han/issue

Retrieves comprehensive details for a specific Linear issue to support development workflows.

  • Helps developers quickly access and review issue information without navigating the Linear UI.
  • Integrates with the Linear MCP tool to fetch data from the Linear API.
  • Uses the provided issue identifier to query and display structured details.
  • Presents results in formatted sections including status, description, and recent activity.

SKILL.md

.github/skills/issueView on GitHub ↗
---
name: issue
description: Get detailed information about a specific Linear issue
---

# 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.

More from TheBushidoCollective/han

SkillDescription
absinthe-resolversUse when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.
absinthe-schemaUse when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.
absinthe-subscriptionsUse when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.
act-docker-setupUse when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.
act-local-testingUse when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.
act-workflow-syntaxUse when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.
ameba-configurationUse when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforcement.
ameba-custom-rulesUse when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue reporting, and rule testing.
ameba-integrationUse when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.
analyze-performanceAnalyze performance metrics and identify slow transactions in Sentry