skills/complete-task/SKILL.md
Close Trekker work cleanly by reviewing context, adding a summary comment, marking the task complete, and surfacing the next ready item.
npx skillsauth add obsfx/trekker-codex complete-taskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Never mark a task complete without a summary comment.
trekker history --entity TREK-12
trekker comment add TREK-12 -a "codex" -c "Summary: implemented the retry guard in src/service.ts and removed the duplicate fallback path."
trekker task update TREK-12 -s completed
trekker ready
If the user is finishing only part of the task, leave a Checkpoint: comment instead of completing it.
development
Use Trekker as the persistent source of truth for tracked work in Codex. Search first, restore context, work one task at a time, and close tasks with summary comments.
development
Keep Trekker as the source of truth while using Codex session planning as a temporary mirror.
documentation
Work through Trekker tasks autonomously by recovering context, selecting ready work, documenting progress, and finishing with clean summaries.
testing
Start tracked work the right way: search first, restore task context, check dependencies, then mark the task in progress.