Agent skill
issue-tracking
Use tk to manage tickets and keep .tickets/ in sync with code changes.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/issue-tracking
Metadata
Additional technical details for this skill
- short description
- Ticket workflow via tk
SKILL.md
Use tk for issue tracking in this repo.
- List ready work with
tk ready. - View details with
tk show <id>. - Mark work in progress with
tk start <id>. - Close work with
tk close <id>. - Tickets live in
.tickets/and should be committed with related code changes.
Reference: references/tk-quickref.md.
Didn't find tool you were looking for?