open

Fetch a ClickUp task, assess readiness, and create a Git branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of starting work on a ClickUp task by automating ticket fetching, branch creation, and initial planning.

Core Features & Use Cases

  • Automated Ticket Retrieval: Fetches ClickUp task details and comments based on an ID or search query.
  • Branch Creation: Creates a new Git branch named according to project conventions.
  • Work Readiness Assessment: Evaluates ticket clarity, scope, and dependencies.
  • Use Case: When you receive a new task in ClickUp, use this Skill to instantly set up your development environment, ensuring you have all the necessary context before you begin coding.

Quick Start

Use the open skill to start working on ClickUp task '86e065njp'.

Frequently Asked Questions about open

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

FAQPage Schema
How do I create a Git branch from a ClickUp task automatically?

Evaluating ClickUp task readiness involves checking ticket clarity, scope, and dependencies by retrieving task details and comments. This ensures developers have sufficient context and clear requirements before starting work on a new feature.

How do I orient myself to project conventions when starting a new Git branch?

Starting a ClickUp task requires a valid task ID or search query to fetch details, a configured ClickUp API connection, and a local Git repository. The skill uses these inputs to evaluate readiness and create a properly named branch.

How does workflow automation evaluate ClickUp ticket readiness for development?

Evaluating ClickUp task readiness involves checking ticket clarity, scope, and dependencies by retrieving task details and comments. This ensures developers have sufficient context and clear requirements before starting work on a new feature.

Do I need a specific task ID to fetch ClickUp task details for branch creation?

Starting a ClickUp task requires a valid task ID or search query to fetch details, a configured ClickUp API connection, and a local Git repository. The skill uses these inputs to evaluate readiness and create a properly named branch.

What is the best way to integrate ClickUp task management with Git branching?

Integrating ClickUp task management with Git branching is best achieved by automating ticket retrieval and branch creation together. This skill fetches task details, evaluates scope, and generates a convention-compliant branch name in one workflow.