workon-ticket

star 3

Get context on the current ClickUp ticket. Use when the user asks "what am I working on?", needs ticket context, or says "workon ticket".

evansoderberg By evansoderberg schedule Updated 1/27/2026

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:

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.

Install via CLI
npx skills add https://github.com/evansoderberg/workon-cli --skill workon-ticket
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
evansoderberg
evansoderberg Explore all skills →