# Get Task Status

> Get only the metadata/status of a task without full details. Use when the user wants to quickly check a task's status, priority, or other metadata.

- Skill: `driangle/get-task-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add driangle/get-task-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/driangle/get-task-status/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-status

---


# Get Task Status

Retrieve lightweight metadata for 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 status $ARGUMENTS` to get the task metadata
2. Present the result to the user (includes ID, title, status, priority, effort, tags, owner, dependencies, and file path)
3. If the task is not found, suggest using `taskmd list` to find available tasks

