npx claudepluginhub mulhamna/jira-commands --plugin jiraThis skill uses the workspace's default tool permissions.
Upload a file attachment to a Jira issue using `jirac`.
Use this skill only when the user explicitly invokes /attach-jira-issue to upload one or more local files as attachments to a Jira issue. This is a write skill with irreversible side effects — it must never be auto-invoked from conversational context. Shows a preview of what will be uploaded and requires explicit confirmation before POSTing.
Views full Jira issue details using jirac CLI, including description, attachments, and metadata. Useful for viewing tickets via /View Issue or phrases like 'view PROJ-123'.
Fetches Jira ticket details via jira CLI: raw JSON, parsed dossier, comment summaries, attachment downloads, linked pull requests. Use when given Jira issue key.
Share bugs, ideas, or general feedback.
Upload a file attachment to a Jira issue 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.PROJ-123jirac issue attach <ISSUE-KEY> <FILE-PATH>.Examples:
jirac issue attach PROJ-123 ./screenshot.pngjirac issue attach PROJ-456 ./error.log