What problem does it solve?
This skill enables teams to manage issues locally using Taskwarrior v3 as a CLI issue tracker, providing an offline, lightweight alternative to Git-based workflows.
Core Features & Use Cases
- Offline issue tracking: Represent issues as Taskwarrior tasks with project/tag metadata and explicit status transitions.
- Triage and ownership: Claim tasks with agent tags and plan work using dependencies to block progress.
- End-to-end workflow: Create, update, and close tasks, annotate progress, and ensure a cohesive session completion.
Quick Start
Identify the current project and list tasks: task project:repo:github.com/peter-jerry-ye/skills
Pick a task and claim: task <id> modify +agent-codex
Plan the work before execution: Create dependency tasks and link with depends:<id-step1>, depends:<id-step2> to model steps
Complete the task: task <id> done
Follow-ups: task add project:repo:<host>/<owner>/<repo> +ready "Follow-up: <short title>"