skills/work-done/SKILL.md
Mark active work as complete. Alternative to direct /work:done command.
npx skillsauth add popoffvg/dotfiles work-doneInstall 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.
Finalize the current work item.
work_state (action: read)context-done skill to persist insights.worktreePath and worktreeBranch are set in state: merge the worktree branch back into the source branch (branch field), then remove the worktree and delete the worktree branch. If merge conflicts occur, stop and ask the user to resolve them._notes/ directory for this work item.work_state (action: update, updates: { status: "done" })/work:done._notes/ is missing, continue without failing.testing
Use when the user asks to create test sets, enumerate scenarios, generate edge cases, or draft a coverage matrix before implementation.
testing
Use when the user asks to review, audit, score, or validate test sets for missed cases before execution or merge.
tools
Test harness plugins in isolation using tmux panes. Runs MCP servers, unit tests, typecheck, and Claude plugin loading. Use when user says "test plugin", "check plugin", "run plugin tests", "validate plugin", or names a specific plugin to test.
development
Guide for designing integration and e2e tests using BDD (Behavior-Driven Development) methodology with Cucumber-style Given/When/Then scenarios. Use when writing or reviewing tests for any service, API, or component. Language-agnostic — covers scenario structure, step notation, assertion principles, async patterns, and common anti-patterns.