From clickup
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.
npx claudepluginhub thebushidocollective/han --plugin clickupThis skill uses the workspace's default tool permissions.
clickup:comment - Add a comment to a ClickUp task
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 Linear issues via /comment. Supports markdown, multi-line prompts, and displays issue URL on success. Useful for updating issues during code reviews or debugging.
Marks ClickUp tasks as complete after user confirms all checklist items, adding a summary comment. Prevents closing unfinished tasks by listing incompletes and suggesting fixes.
Share bugs, ideas, or general feedback.
clickup:comment - Add a comment to a ClickUp task
/comment [arguments]
Add a comment to a ClickUp task
Add a comment to a ClickUp task.
Usage: /comment #ABC123 [optional: comment text] or /comment ABC123 [optional: comment text]
If comment text is not provided, prompt for it with support for multi-line input.
Use clickup_add_comment to add the comment.
Display Format:
๐ฌ Adding comment to #ABC123
Comment:
{comment text}
Posted successfully!
View task: {task URL}
Support markdown formatting in comments:
codeProvide formatting tips if user is writing a longer comment.
Optionally ask if they want to notify all task followers.