complete-task
SKILL.md
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.yamlforworklogs: true-- only create worklogs if explicitly enabled; skip this step otherwise - Otherwise, find the worklog file at
tasks/<group>/.worklogs/<ID>.md(ortasks/.worklogs/<ID>.md) - If a worklog exists, append a timestamped completion summary
- Check
- Check the workflow mode in
.taskmd.yaml:- If
workflow: pr-reviewis set, usetaskmd set $ARGUMENTS --status in-reviewinstead ofcompleted(note: in pr-review mode, tasks are completed by merging the PR, not by setting status directly) - Otherwise (default
solomode), runtaskmd set $ARGUMENTS --status completed --verify - The
--verifyflag runs any verification checks defined in the task before applying the status change - If verification fails, report the failures to the user
- If
- Confirm the status change to the user
Weekly Installs
16
Repository
driangle/taskmdGitHub Stars
9
First Seen
Feb 25, 2026
Security Audits
Installed on
github-copilot16
codex16
kimi-cli16
gemini-cli16
cursor16
opencode16