Agent skill
taskwarrior
Track work items using Taskwarrior. Use when managing tasks, tracking PRs, or organizing work. Always use UUID instead of task ID.
Install this agent skill to your Project
npx add-skill https://github.com/mrud/skills/tree/main/taskwarrior
SKILL.md
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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
oracle
Run long AI queries with Oracle CLI. Use for code reviews, summarization, or analysis that takes time. Always run in tmux.
zrok
Share local services publicly or privately via secure tunnels. Use when needing to expose localhost ports, share dev servers, create public URLs for local services, or set up secure tunnels between machines.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?