ワンクリックで
claude-status
List active and recent Claude Code companion jobs from the plugin job index.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List active and recent Claude Code companion jobs from the plugin job index.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compatibility alias for stricter Claude review; prefer claude-review with --adversarial for new use.
Diagnose whether Claude Code is installed and authenticated for this local Codex plugin without making a billable Claude call.
Run a structured, read-only Claude Code review over the current git diff or a branch diff.
Delegate a foreground read-only or write-capable task to Claude Code from Codex using the local companion script.
Configure or explain the optional Codex Stop hook that can run a read-only Claude review when a turn ends.
Cancel a running Claude Code companion job by sending process signals through the plugin job index.
| name | claude-status |
| description | List active and recent Claude Code companion jobs from the plugin job index. |
Use this skill when the user wants to see active or recent Claude companion jobs.
Use the companion script from the installed plugin root. If the current working
directory is not this plugin checkout, resolve the script relative to this skill
file, for example ../../scripts/claude-companion.mjs.
Run:
node scripts/claude-companion.mjs status
For machine-readable output:
node scripts/claude-companion.mjs status --json
Useful options:
--state-dir <path> to inspect a non-default plugin data directory.--limit <n> to limit the number of jobs shown.Human output includes each job's status, Claude session id, model, effort, permission mode, isolation, model usage when available, and next result or cancel commands.