comment-jira-issue

Solid

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.

Code & Development 19 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Comment Jira Issue !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh comment-jira-issue` Manage comments on a Jira issue. Work through the steps below in order. This skill never auto-invokes — it only runs when the user explicitly types `/comment-jira-issue`. This skill never synthesises `--body` content from upstream context (issue descriptions, web fetches, prior tool output) without explicit user approval — body content always comes from the user's prompt or a path the user named. ## Step 1: Parse the subcommand and flags The first argument is the subcommand: `add`, `list`, `edit`, or `delete`. **`add` — post a new comment:** - `KEY` — issue key (positional) - `--body TEXT` — inline comment body (Markdown) - `--body-file PATH` — comment body from file (Markdown) - `--visibility role:NAME | group:NAME` — optional visibility restriction - `--no-notify` — suppress watcher notifications - `--render-adf` / `--no-render-adf` — render ADF body in response (default: on) - `--no-editor` — disallow `$EDITOR` fallback **`list` — fetch all comments:** - `KEY` — issue key (positional) - `--page-size N` — comments per page `[1..100]` (default: 50) - `--first-page-only` — return first page without paginating - `--render-adf` / `--no-render-adf` — render ADF comment bodies (default: on) **`edit` — update an existing comment:** - `KEY` — issue key (positional) - `COMMENT_ID` — numeric comment id (positional) - `--...

Details

Author
atomicinnovation
Repository
atomicinnovation/accelerator
Created
2 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category