From taskmd
Verifies task acceptance criteria by running taskmd checks, evaluating bash scripts and file assertions via codebase inspection, and reporting pass/fail verdict with fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskmd:verify-taskThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a task's verification checks and evaluate the results.
Run a task's verification checks and evaluate the results.
The user's query is in $ARGUMENTS (a task ID like 077).
taskmd verify $ARGUMENTS --format jsonbash steps: report pass/fail based on the JSON output (status field)assert steps: read each check assertion and evaluate whether the current codebase satisfies it by inspecting relevant filesnpx claudepluginhub driangle/taskmd --plugin taskmdRuns verification checks from task files by executing bash commands or inspecting code via read/glob/grep. Evaluates task acceptance criteria and reports detailed pass/fail results.
Enforces fresh verification evidence before any completion claims, preventing false assertions by requiring commands to be run and output confirmed.
Enforces running verification commands like tests, builds, linters before claiming work complete, bugs fixed, or tests pass. Includes red-green TDD cycles and agent delegation checks.