complete-task

Mark a task as completed using the taskmd CLI.

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 "complete-task" with this command: npx skills add driangle/taskmd/driangle-taskmd-complete-task

Complete Task

Mark a task as completed using the taskmd CLI.

Instructions

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

  • Add a final worklog entry (if worklogs are enabled):

  • Check .taskmd.yaml for worklogs: true -- only create worklogs if explicitly enabled; skip this step otherwise

  • Otherwise, find the worklog file at tasks/<group>/.worklogs/<ID>.md (or tasks/.worklogs/<ID>.md )

  • If a worklog exists, append a timestamped completion summary

  • Check the workflow mode in .taskmd.yaml :

  • If workflow: pr-review is set, use taskmd set $ARGUMENTS --status in-review instead of completed (note: in pr-review mode, tasks are completed by merging the PR, not by setting status directly)

  • Otherwise (default solo mode), run taskmd set $ARGUMENTS --status completed --verify

  • The --verify flag runs any verification checks defined in the task before applying the status change

  • If verification fails, report the failures to the user

  • Confirm the status change to the user

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

import-todos

No summary provided by upstream source.

Repository SourceNeeds Review
General

do-task

No summary provided by upstream source.

Repository SourceNeeds Review
General

add-task

No summary provided by upstream source.

Repository SourceNeeds Review