Agent skill
validate
Validate checklist items for a ClickUp task without changing status
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/clickup/skills/validate
SKILL.md
validate
Name
clickup:validate - Validate checklist items for a ClickUp task without changing status
Synopsis
/validate [arguments]
Description
Validate checklist items for a ClickUp task without changing status
Implementation
Validate that all checklist items are complete for a ClickUp task without transitioning status.
Usage: /validate #ABC123 or /validate ABC123
Use clickup_get_task to fetch task details and all checklist items.
Display Format:
🔍 Validating #ABC123: {name}
Current Status: {status}
Assignees: {assignees}
📋 Checklists:
Checklist: "Acceptance Criteria"
1. ✓ {item 1}
Evidence: {ask user or check recent comments/code changes}
2. ✓ {item 2}
Evidence: {ask user or check recent comments/code changes}
3. ✗ {item 3}
Status: Not complete
4. ✓ {item 4}
Evidence: {ask user or check recent comments/code changes}
Checklist: "Testing"
1. ✓ {item 1}
2. ✓ {item 2}
Summary: 5/6 items complete (83%)
Remaining work:
- {item 3}: {suggest what needs to be done}
Ready to complete? No - complete remaining checklist items first.
Provide actionable feedback on what still needs to be done.
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?