cross-modal-review

Review work products with a different AI model for a second opinion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mscully4/franklin --skill cross-modal-review-mscully4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-modal-review
Source: https://github.com/mscully4/franklin/tree/main/.claude/skills/cross-modal-review
Command: npx skills add https://github.com/mscully4/franklin --skill cross-modal-review-mscully4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a second opinion on your work by reviewing it with a different AI model, ensuring quality before finalizing.

Core Features & Use Cases

  • Cross-Modal Review: Use different AI models to review work, ensuring quality and agreement.
  • Refusal Routing: Switches silently to the next model if one refuses to review.
  • Structured Review-Mode Gating: Determines when to invoke the review process.
  • Code Review Handoff: Offers a handoff to the Codex code-review skill for diff review.
  • Use Case: Before committing code changes, use the skill to get a second opinion from a different AI model.

Quick Start

Request a second opinion on your code changes by saying, "Get another perspective on my code changes."

Frequently Asked Questions about cross-modal-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a second opinion on code changes from a different AI model?

You can get a second opinion by requesting a cross-modal review, which routes your work product to a different AI model for quality evaluation. The skill applies structured review-mode gating to determine when to invoke the review process before finalizing significant modifications.

What is cross-modal AI review for quality assurance?

Cross-modal AI review is a quality assurance gate that uses a different AI model to review your work, ensuring quality and agreement before finalizing. It applies to code reviews, security-sensitive changes, and other significant modifications.

Do I need the Codex CLI to perform an AI code review?

You need the Codex CLI specifically for code reviews, as the skill offers a handoff to the Codex code-review skill for diff review. Access to different AI models is also required to perform the cross-modal review process.

What happens if an AI model refuses to review my code?

If an AI model refuses to review your code, the skill silently switches to the next available model to complete the review. This refusal routing ensures the quality assurance process continues without interruption.

When should I use a different AI model for a code review?

You should use a different AI model for code review before committing code changes, reviewing security-sensitive changes, or finalizing other significant modifications. This ensures quality and agreement across different models.