From linear
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:commentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:comment - Add a comment to a Linear issue
linear:comment - Add a comment to a Linear issue
/comment [arguments]
Add a comment to a Linear issue
Add a comment to a Linear issue.
Usage: /comment ENG-123 [optional: comment text]
If comment text is not provided, prompt for it with support for multi-line input.
Use linear_add_comment to add the comment.
Display Format:
💬 Adding comment to ENG-123
Comment:
{comment text}
Posted successfully!
View issue: {issue URL}
Support markdown formatting in comments:
codeProvide formatting tips if user is writing a longer comment.
npx claudepluginhub thebushidocollective/han --plugin linearPosts a Markdown comment to a Linear issue via commentCreate. Requires explicit user invocation and confirmation before writing.
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.
Adds comments to ClickUp tasks via /comment [taskId] [optional text]. Supports markdown formatting including bold, italic, code blocks, lists, links, task mentions, and multi-line input. Optionally notifies followers.