| name | tasks |
| description | Check your HACS tasks. Shows assigned and in-progress tasks. Usage /tasks. |
| allowed-tools | mcp__HACS__get_my_tasks, mcp__HACS__get_my_top_task, mcp__HACS__get_task, Bash |
Tasks
Check your HACS task queue.
Steps
-
Read identity:
if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null
elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null
fi
If missing, tell user to run /hacs-setup first.
-
Call mcp__HACS__get_my_tasks with instanceId: $HACS_INSTANCE_ID
-
Display as a compact list:
- Task title, status, priority
- If argument is a task ID, call
mcp__HACS__get_task for details
Rules
- Sort by priority/status — in-progress first, then assigned, then backlog
- Keep output scannable — table or bullet format