# Get Task

> Get details of a specific task by ID or name. Use when the user wants to view or look up a task.

- Skill: `driangle/get-task` (Agent Skill)
- Install (CLI): `npx skillmds@latest add driangle/get-task`
- Raw SKILL.md: https://api.skillmd.com/api/skills/driangle/get-task/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: driangle (https://skillmd.com/u/driangle)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/driangle/get-task

---


# Get Task

Retrieve details of a specific task using the `taskmd` CLI.

## Instructions

The user's query is in `$ARGUMENTS` (a task ID like `077` or a task name/keyword).

1. Run `taskmd get $ARGUMENTS` to look up the task
2. If the task is not found, run `taskmd list` to show available tasks so the user can identify the right one
3. Once the task file is identified, read it with the `Read` tool to show full details
4. Present the task summary including: ID, title, status, priority, tags, and full description

