AgentSkillsCN

workon-ticket

获取当前 ClickUp 工单的上下文信息。当用户询问“我在做什么?”、需要工单上下文,或说“workon 工单”时,可使用此技能。

SKILL.md
--- frontmatter
name: workon-ticket
description: Get context on the current ClickUp ticket. Use when the user asks "what am I working on?", needs ticket context, or says "workon ticket".
allowed-tools: Bash(workon:*)

Get Ticket Context

Run this command to get information about the current task from ClickUp:

bash
workon ticket

This outputs:

  • Ticket title
  • Status
  • URL
  • Description (including acceptance criteria)

When to Use

  • Starting a new coding session on an existing branch
  • The user asks "what am I working on?" or similar
  • You need to understand requirements before implementing
  • The user explicitly says "workon ticket"

Use the ticket information to understand what the user is trying to accomplish and any acceptance criteria or requirements.