track-issue-flow
Installation
SKILL.md
Track Issue Flow
Follow this workflow when handling issue work in repositories that use the track CLI.
Standard Workflow
-
Identify candidate issues.
- Run
track list. - If the user refers to an item by list position (for example, "5"), map it to the exact issue ID in the current output before acting.
- Run
-
Confirm issue scope.
- Run
track show <issue-id>. - Extract status, priority, labels, and notes to understand expectations and missing details.
- Run
-
Start execution with explicit state changes.
- When work begins, set status to active (
in_progress) usingtrack set. - Keep user-facing updates aligned with tracker state.
- When work begins, set status to active (