potatoget-task

star 15

Use this skill to retrieve details of a specific task by its ID. Returns the task's description, status, comments, and other metadata.

crathgeb By crathgeb schedule Updated 2/12/2026

name: potato:get-task description: "Use this skill to retrieve details of a specific task by its ID. Returns the task's description, status, comments, and other metadata."

Getting Task Details

Use the get_task MCP tool to retrieve details of a specific task within the current ticket.

Using get_task

get_task({
  taskId: "task1",
});

The tool returns the full task object including:

  • id - The task identifier
  • description - What the task involves
  • status - Current status (pending, in_progress, completed, failed)
  • comments - Array of comments on the task
  • createdAt - When the task was created
  • updatedAt - When the task was last modified
Install via CLI
npx skills add https://github.com/crathgeb/potato-cannon --skill potatoget-task
Repository Details
star Stars 15
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator