npx claudepluginhub mulhamna/jira-commands --plugin jiraThis skill uses the workspace's default tool permissions.
View full Jira issue details using `jirac`.
Fetches Jira ticket details via jira CLI: raw JSON, parsed dossier, comment summaries, attachment downloads, linked pull requests. Use when given Jira issue key.
Use this skill when the user asks about a specific Jira issue by key (e.g. PROJ-123, ENG-456) — for viewing the description, status, comments, transitions, or any other field. Trigger when the user says 'look up', 'check on', 'tell me about', 'what's on', or 'what is the status of' a key, or asks any direct question about an issue they reference. Do NOT trigger when an issue key appears incidentally inside other prose (commit messages, code review comments, release notes), where the user is talking about the issue rather than asking to fetch it.
Share bugs, ideas, or general feedback.
View full Jira issue details using jirac.
Steps:
jirac is available by running jirac --version. If it is missing, tell the user to install it with cargo install jira-commands.jirac issue view <ISSUE-KEY>.Examples:
jirac issue view PROJ-123jirac issue view PROJ-456