tixmd-list
Installation
SKILL.md
/tixmd-list
List all tickets on the tixmd board.
Instructions
- Run the
tixmd listCLI command to get all tickets:
pnpx @tixmd/cli list
- If the user wants to filter by status, use the
--statusflag:
pnpx @tixmd/cli list --status <status>
Valid statuses: spike, blocked, ready, doing, done.