Use when Codex reviews Claude Code-authored or other-agent-authored changes and verifies ownership claims before integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/compound-orchestrator:codex-cross-tool-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when Codex is asked to review work written by Claude Code or another agent runtime.
Use this skill when Codex is asked to review work written by Claude Code or another agent runtime.
.agent-loop/coordination/ownership.json.& <python> <plugin-root>\scripts\compound_orchestrator.py cross-review --target <project-root> --task-id <task-id> --reviewer-tool codex --author-tool claude --stage round-1-review --summary "<findings summary>"
& <python> <plugin-root>\scripts\compound_orchestrator.py cross-review --target <project-root> --task-id <task-id> --reviewer-tool codex --author-tool claude --stage round-2-review --summary "<findings summary>"
For planning gates, verify that review and response artifacts cover prd.html, planning.html, spec.html, test-cases.html, architecture.html, and users.html.
Lead with findings ordered by severity. If there are no findings, say that clearly and list any residual risk or missing verification.
Do not edit files during cross-review unless the lead integrator explicitly assigns a patch and the intended files have been claimed.
npx claudepluginhub kenhuangus/compound-orchestratorSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.