npx claudepluginhub mulhamna/jira-commands --plugin jiraThis skill uses the workspace's default tool permissions.
Manage Jira comments using `jirac`.
Use this skill only when the user explicitly invokes /comment-jira-issue to add, list, edit, or delete comments on a Jira issue. This is a write skill with irreversible side effects — it must never be auto-invoked from conversational context. Subcommands: add (post a new comment), list (fetch all comments with pagination), edit (update an existing comment), delete (remove a comment — irreversible). Write subcommands show a payload preview and require explicit confirmation before calling the API.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
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.md