validate

star 168

Validate checklist items for a ClickUp task without changing status

TheBushidoCollective By TheBushidoCollective schedule Updated 2/11/2026

name: validate description: Validate checklist items for a ClickUp task without changing status

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.

Install via CLI
npx skills add https://github.com/TheBushidoCollective/han --skill validate
Repository Details
star Stars 168
call_split Forks 18
navigation Branch main
article Path SKILL.md
More from Creator
TheBushidoCollective
TheBushidoCollective Explore all skills →