Claude
Skills
Sign in
โ† Back

validate

Included with Lifetime
$97 forever

Validate checklist items for a ClickUp task without changing status

Productivity

What this skill does


# 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.

Related in Productivity