スキル一覧に戻る
odysseus0

taskwarrior

by odysseus0

My declarative macOS development environment managed with nix-darwin and home-manager

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: taskwarrior description: Command-line task management with TaskWarrior. Use when user mentions tasks, todos, adding tasks, listing tasks, task priorities, time tracking, or managing work items. Covers essential commands, filtering, time tracking, and the someday/maybe workflow for separating committed from aspirational work.

TaskWarrior

Command-line task manager focused on time tracking and two-tier task organization.

Essential Commands

t list -someday           # Actionable tasks (default view)
t add "Task" project:name priority:H
t 15 done                 # Mark complete
t 23 start                # Begin time tracking
t 23 stop                 # End time tracking
t timesheet week          # View time spent

Filtering

# By commitment level
t list -someday                 # Committed work
t list +someday                 # Aspirational (browse when capacity)
t list +today                   # Today's focus

# By project/priority
t list project:flashbots
t list -someday priority:H

# By date
t list due.before:eow           # Due this week
t overdue                       # Past due

Someday/Maybe Workflow

Two tiers:

  • Committed (no tag): Active work, 10-20 tasks
  • Aspirational (+someday): Learning, research, ideas, 50-150 tasks
# Adding
t add "Finish visa" project:visa priority:H    # Committed
t add "Learn Rust" +someday +learning          # Aspirational

# Promoting
task 42 modify -someday                        # Ready to commit

Time Tracking

t 42 start               # Start working
t active                 # See what's active
t 42 stop                # Stop when done
t timesheet week         # View time summary

AI Interface

Use taskai for reads (clean output), task for writes:

taskai list -someday | grep "project"
taskai overdue

Modifications

task 102 modify project:test priority:H     # Single task
task 102 103 104 modify +someday            # Multiple tasks
echo "all" | task +learning modify +someday # Bulk with confirmation bypass

For configuration, troubleshooting, and backup procedures, see detailed.md.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です