返回 Skill 列表
extension
分类: 开发与工程无需 API Key

sv-issue-tracking

使用sv任务来管理工作项,并保持.tasks/与代码变更同步。

person作者: jakexiaohubgithub

Use sv task for issue tracking in this repo.

  • List ready work with sv task ready or sv 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.