From clickup
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clickup:completeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
clickup:complete - Mark a ClickUp task as complete after validating checklist
clickup:complete - Mark a ClickUp task as complete after validating checklist
/complete [arguments]
Mark a ClickUp task as complete after validating checklist
Complete a ClickUp task by validating all checklist items and transitioning to Done.
Usage: /complete #ABC123 or /complete ABC123
Steps:
clickup_get_task to fetch task details including checklists and commentsclickup_add_comment to add completion summaryclickup_update_task_status to transition to "complete" or "done"Display Format:
✅ Completing #ABC123: {name}
📋 Checklist Validation:
Checklist: "Acceptance Criteria"
1. ✓ {item 1} - COMPLETE
2. ✓ {item 2} - COMPLETE
3. ✗ {item 3} - INCOMPLETE
4. ✓ {item 4} - COMPLETE
❌ Cannot complete: 1 item not checked
- {item 3}
Suggestion: Complete remaining checklist items before marking as Done.
Only transition to Done if ALL checklist items are validated.
npx claudepluginhub thebushidocollective/han --plugin clickupValidates ClickUp task checklist items without changing status. Displays task details, completion summary, item statuses with evidence from comments/code changes, and suggestions for remaining work.
Marks taskmd tasks as completed: verifies subtasks and acceptance criteria, checks off items, adds worklogs if enabled, handles PR-review workflow, runs verification checks.