Grab Ticket banner
onomojo onomojo

Grab Ticket

Development community

Description

--- name: grab-ticket description: Fetch a ticket by number, read it, create a stack, and dispatch the work. trigger: when the user says to grab a ticket, start an issue, work on issue #N, or pick up a ticket user_invocable: true --- # Grab Ticket Fetch a ticket, spin up a Sandstorm stack for it, and dispatch the task. ## Step 1: Fetch the ticket Run the project's fetch-ticket script: ```bash .sandstorm/scripts/fetch-ticket.sh <TICKET_ID> ``` If the script doesn't exist, inform the user: "

Installation

Installs to ~/.claude/skills/onomojo-sandstorm-desktop-grab-ticket/SKILL.md

Terminal
mkdir -p ~/.claude/skills/onomojo-sandstorm-desktop-grab-ticket && curl -fsSL https://raw.githubusercontent.com/onomojo/sandstorm-desktop/HEAD/.claude/skills/grab-ticket.md -o ~/.claude/skills/onomojo-sandstorm-desktop-grab-ticket/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository