ワンクリックで
completing-work
Use when about to claim work is complete or before committing - enforces verification and proposes a commit
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when about to claim work is complete or before committing - enforces verification and proposes a commit
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Explore ideas and create designs before implementation
Fetch current library and framework documentation from Context7 instead of relying on training data
Use when you have a written implementation plan to execute - direct execution by default, subagents for complex tasks
Use when encountering any bug, test failure, or unexpected behavior — find root cause before proposing any fix
Use when implementing any feature or bugfix, before writing implementation code
Use when starting substantive work to choose the right workflow skill without adding unnecessary ceremony to trivial interactions
| name | completing-work |
| description | Use when about to claim work is complete or before committing - enforces verification and proposes a commit |
| license | MIT |
| compatibility | opencode |
Evidence before claims. Verify before committing. Run the verification, read the output, then propose a commit.
Core principle: No completion claims without fresh verification evidence.
Before making ANY claim of success, completion, or readiness — including finishing a task, proposing a commit, or moving to the next plan item.
If the project has no automated checks, say that explicitly and report the manual validation you performed instead of pretending a test gate exists.
After verification passes, propose the commit in your response only if the user has asked for commit guidance:
Verification passed (42 tests, 0 failures).
Suggested commit:
git add <files>
git commit -m "feat: add user validation endpoint"
Let the user decide whether to commit. Do not run git commit automatically.
These all mean: stop, run verification first.
| Claim | Requires | Not Sufficient |
|---|---|---|
| Tests pass | Fresh output: 0 failures | Previous run, assumption |
| Build succeeds | Build command: exit 0 | Linter passing |
| Bug fixed | Original symptom now passes | "Code changed" |
| Requirements met | Line-by-line checklist | "Tests pass" |