/status
Show every codex-claude-loop slug and where it stands (plan/review gates, impl marker, base)
$ npx -y skills add ozzaii/codex-claude-loop --skill status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
The summary Claude sees to decide when to auto-load this skill.
Show every codex-claude-loop slug and where it stands (plan/review gates, impl marker, base)
A gated build loop between Claude Code and Codex CLI. Codex writes the plan, Claude approves it, Codex implements that same plan from the same thread, Claude reviews the diff against it.
Repo: ozzaii/codex-claude-loop
Other skills on codex-claude-loop.
- /codex-claude-loop
Use when driving a gated build loop where Claude orchestrates and Codex CLI implements โ Claude plans and judges, Codex plans/implements from a persistent thread, with approve-the-plan and review-the-diff gates that refuse to be skipped. For delegating serious multi-file work to
Open skill - /doctor
Check the codex-claude-loop substrate (codex CLI, jq, git, repo, verdict schema)
Open skill - /prompt
Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lock
Open skill - /wave
Run one gated Codex wave โ plan, you approve, Codex implements, you review
Open skill

