Agent skill
sv-issue-tracking
Use sv task to manage work items and keep .tasks/ 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/data/sv-task-issue-tracking
SKILL.md
Use sv task for issue tracking in this repo.
- List ready work with
sv task readyorsv task list --status open. - View details with
sv task show <id>. - Mark work in progress with
sv task start <id>. - Close work with
sv task close <id>. - Tasks live in
.tasks/tasks.jsonl(tracked) and should be committed with related code changes.
Reference: references/sv-task-quickref.md.
Didn't find tool you were looking for?