cross-modal-review

Validate outputs against the originating skill's Contract via a separate review model.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill cross-modal-review-postergully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-modal-review
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/cross-modal-review
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill cross-modal-review-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-modal-review solves the problem of ensuring output quality by routing work through a different model to audit results before finalization.

Core Features & Use Cases

  • Capture the work product: brain page, analysis, code diff, or decisions.
  • Load the originating skill's Contract and compare results.
  • Spawn a review model and return a verdict with evidence.
  • Report findings with clear agreement/disagreement signals.
  • Refusal routing: if a model refuses, silently switch to the next in chain.
  • Codex handoff: for diff-review use cases via the /codex tool.

Quick Start

Invoke the cross-modal review on the latest change to obtain an independent second opinion

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 an independent second opinion on code diffs before finalizing?

Cross-modal review captures your code diffs and spawns a different model to audit results, returning a verdict with evidence. It validates work against the originating skill's Contract to ensure output quality before finalization.

How does cross-modal review handle model refusals during output validation?

Cross-modal review handles model refusals using refusal routing, silently switching to the next model in the chain. This ensures your quality-assurance workflow continues without manual intervention when a review model refuses a task.

When do I need cross-modal review for quality assurance?

You need cross-modal review when validating produced artifacts like brain-page generation, analysis, or code diffs against an originating skill's Contract. It provides an independent validation layer by routing work through a different model.

Can I use the codex handoff for diff reviews?

Yes, cross-modal review implements a modular /codex handoff specifically for diff-review use cases. This allows you to route code changes directly to the codex tool for independent validation.

How does cross-modal review report findings after auditing work products?

Cross-modal review reports findings with clear agreement and disagreement signals. It returns a verdict with evidence, comparing your work product against the originating skill's Contract and returning independent validation results.

What are the limitations of using a different model to audit code review outputs?

Cross-modal review depends on the originating skill's Contract to validate results, meaning it requires a defined Contract to function. If a model refuses, it silently switches to the next in chain, but output quality is bounded by the available models.