Skip to main content
Business & ProductivityTheBushidoCollective

comment

Add a comment to a ClickUp task

Stars
162
Source
TheBushidoCollective/han
Updated
2026-04-28
Slug
TheBushidoCollective--han--comment
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/TheBushidoCollective/han/HEAD/plugins/services/clickup/skills/comment/SKILL.md -o .claude/skills/comment.md

Drops the SKILL.md into .claude/skills/comment.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

comment

Name

clickup:comment - Add a comment to a ClickUp task

Synopsis

/comment [arguments]

Description

Add a comment to a ClickUp task

Implementation

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:

  • Bold: text
  • Italic: text
  • Code: code
  • Code blocks: ```language
  • Lists
  • Links
  • Task mentions: #taskid

Provide formatting tips if user is writing a longer comment.

Optionally ask if they want to notify all task followers.