ticket

SKILL.md

Ticket - CLI Task Management

Git-backed issue tracker (tk) storing tickets as markdown+YAML in .tickets/. Designed for AI agents.

Quick Reference

tk ls                    # List all tickets
tk ready                 # What can be worked on now (unblocked)
tk blocked               # What's waiting on dependencies
tk show <id>             # View ticket details (partial IDs work)
tk create "Title" [opts] # Create ticket
tk start <id>            # Mark in_progress
tk close <id>            # Mark completed

Common Workflows

Installs
3
First Seen
Mar 23, 2026