
Comment
- 1 installs
- 186 repo stars
- Updated July 19, 2026
- thebushidocollective/han
Add a comment to a ClickUp task, prompting for comment text when not supplied.
About
A slash command that adds a comment to a ClickUp task via the ClickUp integration. A developer uses it to post a comment to a task by ID from the agent.
- Adds comment to a ClickUp task by ID
- Prompts for multi-line comment text
Comment by the numbers
- 1 all-time installs (skills.sh)
- Ranked #2,479 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thebushidocollective/han --skill commentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 186 |
| Last updated | July 19, 2026 |
| Repository | thebushidocollective/han ↗ |
What it does
Add a comment to a ClickUp task, prompting for comment text when not supplied.
Files
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.