validate

Validates task files for format and correctness using industry-standard tools and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that your task files adhere to the expected format and conventions, preventing errors and inconsistencies in your task management workflow.

Core Features & Use Cases

  • Format Validation: Checks if task files are correctly structured according to taskmd standards.
  • Convention Checking: Identifies deviations from established naming or metadata conventions.
  • Use Case: Before committing your task files, run this Skill to catch any typos or missing required fields, ensuring smooth operation of the taskmd tool.

Quick Start

Use the validate skill to check all task files in the '~/my-project/tasks' directory.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate markdown task files for format errors?

To validate markdown task files for format errors, this Skill checks your task files against taskmd standards to identify structural inconsistencies and missing required fields before you commit them.

What is task file convention checking and when do I need it?

Task file convention checking identifies deviations from established naming or metadata rules within your markdown files. You need it to prevent errors and ensure data integrity in your task management workflow before committing changes.

Do I need the taskmd CLI installed to check task file conventions?

Yes, you need the taskmd CLI installed and accessible in your environment to check task file conventions. This Skill relies on the taskmd CLI to perform the validation and convention checking operations.

How do I check all task files in a specific directory for errors?

To check all task files in a specific directory for errors, you apply this Skill to your target directory path, such as '~/my-project/tasks', to scan for typos, missing fields, and format deviations.

Why does my taskmd workflow fail when task files have missing metadata?

Your taskmd workflow fails because task files with missing metadata or structural typos violate expected format standards. Running this validation Skill catches these deviations to ensure smooth tool operation.