cross-model-review

Adversarial plan review using two different AI models.

7 stars

Best use case

cross-model-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Adversarial plan review using two different AI models.

Teams using cross-model-review should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/cross-model-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/don-gbot/cross-model-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cross-model-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cross-model-review Compares

Feature / Agentcross-model-reviewStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Adversarial plan review using two different AI models.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# cross-model-review

Adversarial plan review using two different AI models.

## Install

```
npx clawhub@latest install cross-model-review
```

Related Skills

revenue-model-design

7
from Demerzels-lab/elsamultiskillagent

Design a revenue model for a solopreneur business — how money flows in, from whom, and on what cadence.

business-model-canvas

7
from Demerzels-lab/elsamultiskillagent

Build, fill, stress-test, and iterate.

daily-review

7
from Demerzels-lab/elsamultiskillagent

End-of-day review to capture progress, insights, and plan tomorrow

model-matrix

7
from Demerzels-lab/elsamultiskillagent

Weighted model-routing matrix for OpenClaw (cost-aware, policy-aware, daily scorecard template).

tiktok-ai-model-generator

7
from Demerzels-lab/elsamultiskillagent

Generate AI model videos for TikTok livestreams using Pinterest, Claude, Nano Banana Pro, and Veo or Kling. Use for creating AI-generated fashion models wearing products, animating them into videos, or building automated TikTok content production workflows. This skill provides a complete 4-step workflow covering Pinterest reference selection, Claude JSON prompt generation, Nano Banana Pro image generation, and video animation. Perfect for e-commerce sellers, content creators, and TikTok marketers who need AI models to showcase products.

cross-ref

7
from Demerzels-lab/elsamultiskillagent

Cross-reference GitHub PRs and issues to find duplicates and missing links.

skill-reviewer

7
from Demerzels-lab/elsamultiskillagent

Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill.

ollama-model-tuner

7
from Demerzels-lab/elsamultiskillagent

Optimize Ollama models/prompts using local datasets, eval metrics, and iterative tuning.

fosmvvm-viewmodel-test-generator

7
from Demerzels-lab/elsamultiskillagent

Generate ViewModel tests with codable round-trip, versioning stability, and multi-locale translation verification.

fosmvvm-viewmodel-generator

7
from Demerzels-lab/elsamultiskillagent

Generate FOSMVVM ViewModels for SwiftUI screens, pages, and components.

fosmvvm-fluent-datamodel-generator

7
from Demerzels-lab/elsamultiskillagent

Generate Fluent DataModels for FOSMVVM server-side persistence.

solo-review

7
from Demerzels-lab/elsamultiskillagent

Final code review and quality gate — run tests, check coverage, audit security, verify acceptance criteria.