From jira
Fetches and formats Jira ticket details: summary, status, assignee, description, acceptance criteria, recent comments, linked issues. Invoke via /ticket PROJ-123.
npx claudepluginhub thebushidocollective/han --plugin jiraThis skill uses the workspace's default tool permissions.
jira:ticket - Get detailed information about a specific Jira ticket
Fetches and renders Jira issue details by key (e.g. PROJ-123, ENG-456), including summary, status, fields, description, comments, transitions. Use for direct queries like 'status of ENG-456' or 'tell me about PROJ-123'.
Reads and analyzes JIRA issues from Red Hat Issue Tracker: fetches details/comments/custom fields/Git links, searches via JQL, categorizes bugs/CVEs/features/stories, traverses ticket graphs (parents/children/links), generates summaries. Read-only Python tool.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
jira:ticket - Get detailed information about a specific Jira ticket
/ticket [arguments]
Get detailed information about a specific Jira ticket
Retrieve and display comprehensive details for a Jira ticket.
Usage: /ticket PROJ-123
Use the Atlassian MCP tool atlassian_get_issue to fetch full ticket details.
Display in sections:
Summary: {title} Status: {status} Assignee: {assignee} Reporter: {reporter} Priority: {priority} Created: {created date} Updated: {updated date}
{full description with formatting}
{Extract and highlight any acceptance criteria sections} {Parse checklist items if present}
{Show last 3 comments with author and date}
{Show related tickets with relationship type}
Provide the direct link to the ticket at the end.