From jira
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.
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
jira:comment - Add a comment to a Jira ticket
jira:comment - Add a comment to a Jira ticket
/comment [arguments]
Add a comment to a Jira ticket
Add a comment to a Jira ticket.
Usage: /comment PROJ-123 [optional: comment text]
If comment text is not provided, prompt for it with support for multi-line input.
Use atlassian_add_comment to add the comment.
Display Format:
💬 Adding comment to PROJ-123
Comment:
{comment text}
Posted successfully!
View ticket: {ticket URL}
Support markdown formatting in comments:
codeProvide formatting tips if user is writing a longer comment.
npx claudepluginhub thebushidocollective/han --plugin jiraManages 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.
Adds, 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 Linear issues via /comment. Supports markdown, multi-line prompts, and displays issue URL on success. Useful for updating issues during code reviews or debugging.