ワンクリックで
oz-finish-task
Report task completion or failure back to the Oz platform when done with a task.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Report task completion or failure back to the Oz platform when done with a task.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | oz-finish-task |
| description | Report task completion or failure back to the Oz platform when done with a task. |
When your task is complete, report the outcome by running:
"$OZ_CLI" harness-support finish-task --status <success|failure> --summary '<summary>'
Replace <success|failure> with either success or failure, and <summary> with a brief description of what was accomplished (or what went wrong).
Internal Oz child-agent orchestration playbook for Claude Code child runs. Invoke only when the Oz harness system prompt tells you to coordinate with a lead run through the Oz CLI in `OZ_CLI`, using `OZ_RUN_ID` and `OZ_PARENT_RUN_ID`.
Send a progress notification to the user who triggered this Oz task (e.g., via Slack or Linear).
Report a pull request back to the Oz platform after creating one.
Upload a local file to the Oz platform as a conversation artifact.