status
Read a detached Codex bridge job's current state.
Install
npx skills add https://github.com/Borda/AI-Rig/tree/main/plugins/bridge_cc-codex/claude-skills/status
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install borda-ai-rig@llmmart
git clone https://github.com/Borda/AI-Rig.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole borda/ai-rig collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Read Bridge Job Status
Require one job identifier. Run python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" status --job-id "<job-id>"; always pass the same --workspace value the originating detached call used; a different or omitted value can resolve to another default workspace and report missing for a job still running elsewhere. Return JSON status unchanged — passthrough only; leave interpretation to /bridge:result.
Files (ai-rig)
-
SKILL.md 561 B
--- name: status description: Read a detached Codex bridge job's current state. argument-hint: JOB_ID allowed-tools: Bash --- # Read Bridge Job Status Require one job identifier. Run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" status --job-id "<job-id>"`; always pass the same `--workspace` value the originating detached call used; a different or omitted value can resolve to another default workspace and report `missing` for a job still running elsewhere. Return JSON status unchanged — passthrough only; leave interpretation to `/bridge:result`.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.