← Back to list

taskwarrior
by mrud
Agent skills for pi/claude
⭐ 0🍴 0📅 Jan 2, 2026
SKILL.md
name: taskwarrior description: Track work items using Taskwarrior. Use when managing tasks, tracking PRs, or organizing work. Always use UUID instead of task ID.
Taskwarrior
Track work items with Taskwarrior. Always use UUID - IDs shift when tasks complete.
Basic Commands
# List tasks
task project:<project> list
task project:<project> status:pending list
task project:<project> +COMPLETED all
# Task operations (use UUID!)
task <uuid> info
task <uuid> done
task <uuid> annotate "Note here"
task <uuid> modify <attribute>:<value>
Get UUIDs
# Export with UUIDs
task project:<project> export | jq -r ".[] | \"\\(.uuid) | \\(.description)\""
# Get UUID from ID
task <id> export | jq -r ".[0].uuid"
PR Tracking Workflow
# Link PR to task
task <uuid> annotate "PR opened: https://github.com/org/repo/pull/123"
Common Workflow
task <uuid> annotate "STARTED: description"task <uuid> annotate "DONE: completed X"task <uuid> annotate "PR opened: <url>"task <uuid> done(after PR merged)
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon