From jira
Manages Jira issue comments using jirac CLI: lists existing comments or adds new Markdown comments to issues via body or file input. Useful for Jira comment workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:commentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage Jira comments using `jirac`.
Manage Jira comments 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.For listing comments:
jirac issue comment list <ISSUE-KEY>For adding a comment:
jirac issue comment add <ISSUE-KEY> --body '<COMMENT>'--file <FILE> insteadExamples:
jirac issue comment list PROJ-123jirac issue comment add PROJ-123 --body 'QA verified this'jirac issue comment add PROJ-456 --file note.mdnpx claudepluginhub mulhamna/jira-commands --plugin jiraAdds, lists, edits, or deletes comments on Jira issues via explicit /comment-jira-issue invocation. Requires user-provided body content and confirmation for write actions.
Adds comments to Jira tickets via /comment command. Supports multi-line input, markdown formatting (bold, italic, code, lists, links), and provides tips for longer comments.
Collaborate on JIRA issues: add/edit/delete comments, upload/download attachments, manage watchers, send notifications, view activity via jira-as CLI.