
from cross-review-skill13
Facilitates a second-opinion review by invoking the opposite AI reviewer (Codex vs Claude Code) to assess design and code changes.
This skill enables an agent to seek a 'second opinion' by calling the opposite CLI reviewer. If the host is Codex, it invokes Claude Code; if the host is Claude Code, it invokes Codex. This reduces confirmation bias and identifies risks the primary agent might miss.
Activate this skill when a user asks for a cross-review, second-opinion, or a 'Codex-vs-Claude' assessment of a proposal, design change, or complex code regression analysis.
scripts/run-cross-review.sh for managing the external call and capturing the assessment.Requires both codex and claude CLI tools to be installed and authenticated on the host machine.
This skill has not been reviewed by our automated audit pipeline yet.