verify-task

Run a task's verification checks and evaluate the results.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verify-task" with this command: npx skills add driangle/taskmd/driangle-taskmd-verify-task

Verify Task

Run a task's verification checks and evaluate the results.

Instructions

The user's query is in $ARGUMENTS (a task ID like 077 ).

  • Run verification: Execute taskmd verify $ARGUMENTS --format json

  • Interpret results:

  • For bash steps: report pass/fail based on the JSON output (status field)

  • For assert steps: read each check assertion and evaluate whether the current codebase satisfies it by inspecting relevant files

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

complete-task

No summary provided by upstream source.

Repository SourceNeeds Review
General

import-todos

No summary provided by upstream source.

Repository SourceNeeds Review
General

do-task

No summary provided by upstream source.

Repository SourceNeeds Review