From accelerator
Posts a Markdown comment to a Linear issue via commentCreate. Requires explicit user invocation and confirmation before writing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/accelerator:comment-linear-issue <IDENTIFIER> --body TEXT | --body-file PATH [--print-payload] [--quiet]<IDENTIFIER> --body TEXT | --body-file PATH [--print-payload] [--quiet]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh`
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh comment-linear-issue
Configuration: Set
work.integration: linearin.accelerator/config.md.
Add a Markdown comment to a Linear issue via commentCreate. Work through the
steps in order. This skill never auto-invokes — it only runs when the user
explicitly types /comment-linear-issue.
The comment body comes ONLY from text the user typed this turn or a file path the user named this turn — never synthesised from prior context.
Read the issue identifier (positional) and the body source (--body TEXT or
--body-file PATH).
${CLAUDE_PLUGIN_ROOT}/skills/integrations/linear/scripts/linear-comment-flow.sh \
<IDENTIFIER> --body "..." --print-payload
If the helper exits non-zero (e.g. no body — E_COMMENT_NO_BODY), STOP and
report the error.
Show the operation (commentCreate), the target issue, and the Markdown body
under:
Proposed Linear write — review before sending
Ask:
Post this comment to Linear? Reply y to confirm, n to revise, anything else to abort.
On a clear yes, proceed. On no/revise, rebuild the preview. On anything ambiguous, abort with "Aborted — no Linear write was made."
${CLAUDE_PLUGIN_ROOT}/skills/integrations/linear/scripts/linear-comment-flow.sh \
<IDENTIFIER> --body "..."
Confirm the comment was posted.
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-instructions.sh comment-linear-issue
npx claudepluginhub atomicinnovation/accelerator --plugin acceleratorAdds 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.
Creates a Linear issue from a local work-item file. Reads title and body, shows a payload preview, requires confirmation, then writes the remote identifier back into the file.
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.