From torque
Shows full details of a Torque task by slug/ID or auto-detects the current agent's linked task. Useful for inspecting task metadata like lane, labels, action, assigned agent, and pipeline info.
How this skill is triggered — by the user, by Claude, or both
Slash command
/torque:taskThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show full details of a task.
Show full details of a task.
If $ARGUMENTS is provided, use it as the task slug or ID and call engineer_task_show.
If $ARGUMENTS is empty, call torque_context to find the current agent's linked task, then call engineer_task_show with that task's slug.
Format the output clearly:
npx claudepluginhub runtorque/torqueShows current Torque agent context including agent status, linked task, lane, and pipeline state. Useful for understanding the active agent's worktree and pipeline depth.
Provides read-only inspection of task status, lists tasks for controller, worker, and human sessions without state changes.
Retrieves task details by ID or name using taskmd CLI via Bash, including ID, title, status, priority, tags, and description. Lists tasks if not found.