بنقرة واحدة
task-warrior
Local task management using the powerful TaskWarrior CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Local task management using the powerful TaskWarrior CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Essential file system operations.
Common Git version control operations.
Upload, download, and edit files on remote servers via NAVIG
Summarize web pages, articles, YouTube videos, and documents using AI
Query and manage databases on remote servers via NAVIG
Check GitHub repos, CI status, PRs, and issues using the gh CLI
| name | task-warrior |
| description | Local task management using the powerful TaskWarrior CLI. |
| metadata | {"navig":{"emoji":"✅","requires":{"bins":["task"]}}} |
Manage tasks entirely from the command line with TaskWarrior. Allows filtering, prioritizing, and tagging tasks without leaving the terminal.
# Basic task
task add Buy milk
# With project and tag
task add Update documentation project:navig +docs
# With due date and priority
task add Submit report due:friday priority:H
Note: task add returns the ID of the created task.
# List pending tasks (default view)
task list
# Filter by project
task list project:navig
# Filter by status
task completed
# Mark as done
task <id> done
# Start working on a task (tracks time)
task <id> start
# Modify existing task
task <id> modify due:tomorrow
# Burndown chart
task burndown.daily
# History
task history
You can define contexts in .taskrc to filter tasks automatically.
# Switch to 'work' context
task context work
# Clear context
task context none
project:name) for better filtering.+tag to add tags and -tag to remove them.