verify-task

Execute verification checks for a task ID using the taskmd CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying if a task has met its defined acceptance criteria, ensuring quality and correctness before completion.

Core Features & Use Cases

  • Automated Verification: Runs predefined checks against a task's requirements.
  • Result Interpretation: Parses results from bash commands and assertion checks.
  • Use Case: After a developer completes a coding task, this Skill can automatically run tests and code quality checks to confirm all requirements are met.

Quick Start

Verify the task with ID '077' and report the results.

Frequently Asked Questions about verify-task

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

FAQPage Schema
How do I verify task acceptance criteria automatically after completing a coding task?

Automated task verification runs predefined checks against your task's acceptance criteria by executing bash commands and parsing assertion evaluations to confirm completion. This ensures code quality and correctness before finalizing the task.

What is task verification and how does it interpret bash command outputs?

Task verification confirms task completion against defined requirements by executing checks and interpreting bash command outputs. It parses JSON output from the verification execution to evaluate whether assertion checks pass successfully.

How do I run acceptance criteria checks for a specific task ID?

To run acceptance criteria checks for a specific task ID, execute the verification command with the ID as an argument. The system runs predefined tests and reports the results, confirming if all task requirements are met.

Do I need the taskmd CLI to execute task verification checks?

Yes, task verification requires the taskmd CLI for execution. The CLI runs the predefined checks against the specified task ID and outputs JSON results, which are then parsed to determine if acceptance criteria are satisfied.

Can I use this to automate code quality checks before a task is marked complete?

Yes, you can automate code quality checks before task completion by running predefined verification checks. It interprets bash command outputs and assertion evaluations to ensure all acceptance criteria are met automatically.