Agent skill
complete
Mark a ClickUp task as complete after validating checklist
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/clickup/skills/complete
SKILL.md
complete
Name
clickup:complete - Mark a ClickUp task as complete after validating checklist
Synopsis
/complete [arguments]
Description
Mark a ClickUp task as complete after validating checklist
Implementation
Complete a ClickUp task by validating all checklist items and transitioning to Done.
Usage: /complete #ABC123 or /complete ABC123
Steps:
- Use
clickup_get_taskto fetch task details including checklists and comments - Display all checklist items
- Ask user to confirm each item is complete
- If all confirmed:
- Use
clickup_add_commentto add completion summary - Use
clickup_update_task_statusto transition to "complete" or "done"
- Use
- If any not confirmed:
- List incomplete items
- Keep task in current status
- Suggest next steps
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-blog-post
Research Reddit discussions and write a blog post about how Han addresses the topic
research-new-features
Research Claude AI/Code feature requests and discussions on Reddit
create-jutsu
Create a new technique plugin for a technology (language, tool, framework, or validation)
create-do
Create a new discipline plugin with specialized agents
create-hashi
Create a new bridge plugin for MCP server integration
plugin-development
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Didn't find tool you were looking for?