verify-task
Original:🇺🇸 English
Translated
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
1installs
Sourcedriangle/taskmd
Added on
NPX Install
npx skill4agent add driangle/taskmd verify-taskTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Verify Task
Run a task's verification checks and evaluate the results.
Instructions
The user's query is in (a task ID like ).
$ARGUMENTS077- Run verification: Execute
taskmd verify $ARGUMENTS --format json - Interpret results:
- For steps: report pass/fail based on the JSON output (status field)
bash - For steps: read each
assertassertion and evaluate whether the current codebase satisfies it by inspecting relevant filescheck
- For
- Report overall verdict:
- If all bash checks passed and all assert checks are satisfied: report success
- Otherwise: list the failures and what needs to be fixed