Skip to content
Development
Skill

/status

Show every codex-claude-loop slug and where it stands (plan/review gates, impl marker, base)

From plugin
codex-claude-loop
65 skills
Install
$ npx -y skills add ozzaii/codex-claude-loop --skill status --agent claude-code

How 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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • 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)

SKILL.md

status.SKILL.md
name: status
description: Show every codex-claude-loop slug and where it stands (plan/review gates, impl marker, base)
allowed-tools: Bash, Read

Load the `codex-claude-loop` skill, source its lib, and run `cl_status`.

The PLAN and REVIEW columns show `approve` only when that approval is still **valid for the current state**: the plan still hashes to what was approved, and the review still matches this tree. A column showing the recorded word instead means the approval no longer binds.

For each slug that is not fully approved, say in one line what the next action is: plan needs reading, plan needs re-briefing, impl not run, impl failed, diff needs review, blocking items need `cl_revise`, or the tree moved and needs re-review.

For a slug where both gates hold, say it is ready for `cl_release`. Do not claim it has been released: this harness tracks gates, not deploys, so whether it shipped is something you have to check in the project's own way (git log, tags, the deploy target).

Ships withcodex-claude-loop

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.

Get the whole plugin
Stats
6
Stars
3
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
1mo ago
Created

Repo: ozzaii/codex-claude-loop

Other skills on codex-claude-loop.