원클릭으로
claude-result
Read the latest or selected Claude Code companion job result.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read the latest or selected Claude Code companion job result.
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-result |
| description | Read the latest or selected Claude Code companion job result. |
Use this skill when the user wants the result from a completed or running Claude companion job.
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 result
For a specific job:
node scripts/claude-companion.mjs result --job-id <job-id>
For machine-readable output:
node scripts/claude-companion.mjs result --job-id <job-id> --json
Useful options:
--state-dir <path> to inspect a non-default plugin data directory.Human output prints job metadata before the result body, including Claude session id, model, effort, permission mode, isolation, exit information when relevant, model usage when available, and useful follow-up commands.