ワンクリックで
conveyor-check-status
Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft, preflight, apply, and inspect Agent Conveyor setup bundles for manager-worker operating cells through a conversational Codex setup flow.
Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI.
Create one visible Codex app manager and multiple visible Codex app workers for the current project using Agent Conveyor.
Run the blocking Agent Conveyor Codex app connection smoke gate for a manager/worker pair or worker set before real work starts.
Wake stale Agent Conveyor Codex app manager or worker threads through native app thread tools and record delivery receipts.
Run a bounded Agent Conveyor "what's next?" nudger loop for an existing Codex app manager/worker pair or worker set.
| name | conveyor-check-status |
| description | Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger. |
Use this skill when the operator asks for the status of an Agent Conveyor pair or worker set from any project.
.codex-workers/workerctl.db under the current project unless the
operator explicitly provides another path.conveyor-app-wake-relay skill rather than an ad hoc direct prompt.For a known task:
TASK="example-task"
conveyor app-loop-status "$TASK" --path "$PWD/.codex-workers/workerctl.db" --json
conveyor app-autopilot status "$TASK" --path "$PWD/.codex-workers/workerctl.db" --json
For an unknown task, list candidate records first:
conveyor tasks --path "$PWD/.codex-workers/workerctl.db" --json
Report manager and worker thread ids/titles, stale roles, inbox backlog, heartbeat/autopilot state, dispatch health, and the exact next action.