done

Merge code, post a summary comment, and update ClickUp task status to To Review.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/methuz/methuz-claude-marketplace --skill done-methuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: done
Source: https://github.com/methuz/methuz-claude-marketplace/tree/main/plugins/clickup-workflow/skills/done
Command: npx skills add https://github.com/methuz/methuz-claude-marketplace --skill done-methuz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete development work on a ClickUp task by automatically merging changes, posting a summary comment, and updating the task status to "To Review".

Core Features & Use Cases

  • Automates completing a ClickUp task by merging changes, posting a summary, and updating status to To Review.
  • Supports auto-detection of the current task from the Git branch or accepts an explicit task_id, coordinating the end-to-end workflow locally.
  • Provides guardrails for common workflow issues (uncommitted changes, missing task branches, and task existence) with clear guidance and safe fallbacks.

Quick Start

Run /clickup:done to automatically complete the current ClickUp task by merging changes, adding a summary, and updating the status.

Frequently Asked Questions about done

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ClickUp task completion when merging a Git branch?

You can automate ClickUp task completion by running the done command, which merges code changes, posts a summary comment, and updates the task status to To Review. It coordinates the end-to-end workflow locally.

Can I auto-detect the current ClickUp task from my Git branch?

Yes, the workflow auto-detects the current ClickUp task from your Git branch name. Alternatively, you can explicitly provide a task_id to coordinate code merges and status updates.

Does the ClickUp workflow handle uncommitted Git changes before merging?

The workflow enforces safeguards for uncommitted Git changes, providing clear guidance and safe fallbacks. It validates task existence in ClickUp and reports success or failure with actionable next steps.

What is the best way to update ClickUp task status to To Review after coding?

The best way to update ClickUp task status to To Review is using an automated workflow that merges your changes, posts a summary comment, and handles changelog updates without manual intervention.

Do I need to manually enter a task ID to finish a ClickUp task via Git?

No, you do not need to manually enter a task ID if your Git branch is named correctly. The automation auto-detects the current task, though it also accepts an explicit task_id if needed.