get-task

Retrieve task details from a Markdown-based task management system via the taskmd CLI.

62|13|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/driangle/taskmd --skill get-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-task
Source: https://github.com/driangle/taskmd/tree/main/claude-code-plugin/skills/get-task
Command: npx skills add https://github.com/driangle/taskmd --skill get-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find and view the details of a specific task when you know its ID or a keyword from its name.

Core Features & Use Cases

  • Task Lookup: Efficiently retrieve task information using the taskmd CLI.
  • Fallback Listing: If a task isn't found directly, it lists all available tasks for easy identification.
  • Detailed View: Presents the full description and relevant metadata of the found task.
  • Use Case: You need to check the status and description of a task you created yesterday, identified by the keyword "report".

Quick Start

Get the details for the task with the ID "077".

Frequently Asked Questions about get-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve task details using a CLI from a Markdown-based task management system?

You can retrieve task details by querying the `taskmd` CLI with a specific task ID or name keyword. This fetches comprehensive task information including ID, title, status, priority, tags, and full description.

What happens if a task lookup does not find a matching task ID or name?

If a task lookup fails to find a matching ID or name, the system lists all available tasks. This fallback listing allows you to easily identify and select the correct task you are looking for.

What specific task metadata is displayed when I look up a task by its ID?

Looking up a task by ID displays comprehensive information including the task's ID, title, status, priority, tags, and the full description. This provides a complete detailed view of the requested task.

Can I search for a task using a keyword from its name instead of knowing the exact ID?

Yes, you can search for a task using a keyword from its name instead of the exact ID. The CLI processes the keyword to locate the task and returns its full details and metadata.

Is the `taskmd` CLI required to check task status and description?

Yes, the `taskmd` CLI is required to check task status and description in this workflow. It interfaces with the Markdown-based task management system to parse and present the comprehensive task details.