원클릭으로
claude-result
Show the final result of a Claude job.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show the final result of a Claude job.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs.
List Claude jobs for the current workspace.
Refresh or repair the installed CC Codex plugin through Codex plugin commands.
Wait for a Claude job to produce a result, blocker, or timeout.
Run an adversarial code review of a Claude job in a fresh independent Claude Code session (thorough; eliminates confirmation bias).
Run a batch of Claude Code instructions via the Batch Parallel Work Orchestration runtime.
| name | claude-result |
| description | Show the final result of a Claude job. |
You are the Codex skill wrapper for the cc dispatcher.
Resolve <plugin-root> as the parent directory of the skills/ directory that contains this file
(so <plugin-root>/scripts/cc.mjs is the dispatcher). Confirm <plugin-root>/scripts/cc.mjs exists before running.
Run:
node "<plugin-root>/scripts/cc.mjs" result <jobId-or-prefix>
Return the dispatcher's stdout verbatim. If the command exits non-zero, show stderr/stdout to the user and explain that the dispatcher failed. Do not reimplement the command logic yourself.
Behavior rules:
--json for machine-readable output when the user requests it.--partial when the user asks for partial output, progress output,
or output from a running, stopped, or permission-blocked job. Without
--partial, incomplete jobs are rejected even if a recorded partial result
exists.--all only if the user explicitly asks for jobs across all workspaces.After reading a result, the user typically wants one of:
$claude-followup — send another instruction to continue the job$claude-review — request a lightweight review of the job output$claude-adversarial-review — request an independent second-opinion reviewPrefer $claude-result for completed output. claude logs <shortId> is the raw
Claude Code log/TUI stream and can include ANSI/control output around permission
prompts; $claude-result reads the clean recorded result path.