close

Automate ClickUp ticket closure with UAT checks, PR creation, and merging.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill close-mpazaryna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: close
Source: https://github.com/mpazaryna/agentic-factory/tree/main/pm/clickup/skills/close
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill close-mpazaryna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of closing out implemented tasks in ClickUp, ensuring all necessary steps from UAT to final status updates are completed efficiently.

Core Features & Use Cases

  • Automated Workflow: Guides through UAT checks, documentation review, PR creation, merging, and final ClickUp status updates.
  • Integration: Leverages ClickUp API, Git, and GitHub CLI for a connected experience.
  • Use Case: After finishing development on a feature, use this Skill to automatically handle the final steps of getting the ticket marked as complete in ClickUp.

Quick Start

Use the close skill to close ClickUp ticket with ID '123xyz'.

Frequently Asked Questions about close

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

FAQPage Schema
How do I automate closing ClickUp tickets after development?

You can automate closing ClickUp tickets by running a workflow that performs User Acceptance Testing checks, reviews documentation, creates pull requests, merges code, and updates the ticket status to complete.

Can I update ClickUp ticket status automatically when a pull request is merged?

Yes, updating ClickUp ticket status to complete is handled automatically after the workflow creates and merges your code pull request using Git and the GitHub CLI.

Do I need a ClickUp API key to automate ticket closing workflows?

Yes, a ClickUp API key is required to authenticate and automate the final ticket status updates, ensuring the development lifecycle task is marked complete.

What is the best way to handle User Acceptance Testing checks before closing a task?

The best way to handle User Acceptance Testing checks is using an automated workflow that guides through documentation review and PR creation before finally merging code and closing the task.

Does the ClickUp ticket closing workflow require a specific context file?

Yes, the workflow requires a CONTEXT.md file to read the necessary build and documentation paths for successfully automating the ClickUp ticket closure and pull request process.