| name | codex-cross-tool-reviewer |
| description | Use when Codex reviews Claude Code-authored or other-agent-authored changes and verifies ownership claims before integration. |
Codex Cross-Tool Reviewer
Use this skill when Codex is asked to review work written by Claude Code or another agent runtime.
Required Checks
- Inspect
.agent-loop/coordination/ownership.json.
- Confirm the authoring agent edited only claimed files.
- Check for active overlapping claims between agent runtimes.
- Review correctness, security, tests, maintainability, factual drift, README freshness, and writing clarity when relevant.
- For cross-tool review, run the complete two-round protocol. Codex reviews, Claude addresses comments, Codex reviews again, and Claude addresses the second round. Stop after two rounds unless the user explicitly asks for more.
- Record each stage with:
& <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.
Review Stance
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.