agents/skills/complete/SKILL.md
Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task to transition to the "complete" status.
npx skillsauth add drn/dots completeInstall 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.
Mark the Argus task owning the current worktree as complete. This sets the task's status to complete and stamps EndedAt. It does not stop a running agent session — if an agent is still attached, the user should stop it separately first.
This skill is not the same as /archive. /archive moves the task into the Archive section (a visibility flag, independent of status). /complete transitions the workflow status to complete. Use /complete when the work is finished; use /archive (separately, optionally) if you also want it removed from the active task list.
pwdCall the mcp__argus__task_complete MCP tool with the working directory from the Context block above as the cwd argument:
mcp__argus__task_complete(cwd: "<pwd from context>")
Argus resolves the task from cwd by matching it against task worktree paths — the agent process does not know its own task ID, so cwd is the required hand-off.
Do not pass id — the agent has no reliable way to know it.
After the call, report the tool's response verbatim in one line. If the tool errors (e.g. "no task matches cwd"), show the error and stop; do not retry with guessed arguments. If the response says the task is already complete, surface that as-is and stop.
development
Build a self-contained, single-file HTML presentation deck from talking points or a source doc, using a terminal/TUI-styled template with keyboard, tap, and swipe navigation. Use when the user wants to create slides, build a presentation or deck, turn talking points or a doc into a talk, make an HTML slideshow, or produce a presentation as a shareable artifact (instead of Google Slides).
development
Render a Markdown file to GitHub-flavored HTML and open a styled local preview (light + dark) in the browser. Use when the user wants to preview markdown, see how a README renders on GitHub, check that relative screenshots or images display correctly, or get a GitHub-like local preview without installing grip or glow.
development
Launch a dynamic Workflow where the top-tier session model (Fable) handles planning and orchestration while implementation subagents run on Sonnet for routine tasks and Opus for complex ones. Use when the user wants to orchestrate a build, a dynamic workflow, a model-tiered build, fable planning with sonnet and opus implementation, or tiered agents.
development
Walk every unresolved review thread on a PR, triage each one, reply with a rationale of whether or not the comment will be acted upon, make the code change if warranted, and mark the thread resolved. Use when the user asks to address only the open PR comments without re-running CI, respond to review feedback, resolve review threads, or clear bot comments on a PR.