cross-modal-review

Review work products against an originating skill's Contract with PASS/ISSUES grading.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the risk of shipping work that fails to meet the originating skill’s promises by forcing a structured review from a different model before anything is finalized.

Core Features & Use Cases

  • Quality-gated second opinion: Sends the work product plus the originating Contract to a different AI model to evaluate whether the output fulfills what was promised.
  • Refusal routing for reliability: If one model refuses, the skill silently switches to the next model in the review chain, and escalates to the user only if all refuse.
  • Transparent grading with evidence: Reports PASS/ISSUES with specific citations and agreement/disagreement signals, while never auto-applying suggestions.
  • Code-review handoff support: Recognizes when to recommend /codex review and uses structured modes (Codex independent diff review or adversarial challenge for security-sensitive changes).

Quick Start

Invoke cross-modal-review to have a different model review your draft against the originating Contract and report PASS or issues before you decide what to do next.

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 before merge?

A cross-modal review provides a second opinion on code changes before merge by sending the work product and its originating contract to a different AI model. It forces a structured quality gate that verifies the output fulfills what was promised before finalizing anything.

What is cross-modal contract compliance review?

Cross-modal contract compliance review verifies a work product satisfies the originating skill’s promised Contract. It uses model routing with refusal-chain fallback to ensure reliable evaluation and reports structured PASS or ISSUES grading with specific evidence citations.

How does refusal routing handle model failures during diff review?

Refusal routing handles model failures during diff review by silently switching to the next model in the review chain if one refuses. It escalates to the user only if all available models refuse to perform the evaluation.

Can AI code review automatically apply suggestions to my codebase?

AI code review with strict user-sovereignty cannot automatically apply suggestions to your codebase. The reviewer provides transparent grading with specific citations and agreement signals, but you retain full control to decide what changes to implement.

When should I use an adversarial challenge for security-sensitive updates?

You should use an adversarial challenge for security-sensitive updates when performing a code-review handoff. This structured mode provides a deeper independent diff review to ensure significant security changes meet contract compliance before merging.