ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

cross-model-review

Adversarial plan review using two different AI models. Supports static mode (fixed roles) and alternating mode (models swap writer/reviewer each round, fully autonomous). Use when building features touching auth/payments/data models, or plans >1hr to implement. NOT for simple fixes, research tasks, or quick scripts.

Why use this skill?

Use the cross-model-review skill to harden your implementation plans. Leverages two AI models in an autonomous loop to catch bugs in auth and data models.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/don-gbot/cross-model-review
Or

What This Skill Does

The cross-model-review skill is an advanced adversarial orchestration tool for OpenClaw AI agents. It performs rigorous, multi-round reviews of technical implementation plans by utilizing two distinct LLMs. By pitting models against each other, the skill identifies logical flaws, edge cases, and architectural oversights that a single-model approach might miss. The core strength of v2 is its 'Alternating Mode,' where models swap the writer and reviewer roles in a fully autonomous, iterative loop. This forces the agent to take ownership of its critiques, ensuring that every piece of feedback is actionable and aligned with the project's technical requirements.

Installation

To integrate this skill into your environment, use the OpenClaw skill manager. Run the following command in your terminal:

clawhub install openclaw/skills/skills/don-gbot/cross-model-review

Ensure your agent environment has access to the configured models (e.g., Claude Opus and GPT-Codex) to allow the orchestration logic to spawn sub-agents effectively.

Use Cases

This skill is engineered for high-stakes software development. Use it specifically when:

  • Designing security-critical features involving authentication flows or payment gateway integrations.
  • Altering foundational data models where database migrations carry significant risk.
  • Architecting complex systems requiring modularity and long-term maintainability.
  • Developing implementation plans that are estimated to require more than one hour of execution time.

Example Prompts

  1. "I'm planning to refactor our stripe-integration service to handle asynchronous webhooks; please run a cross-model-review on this plan."
  2. "We need to add multi-factor authentication to the API. Can you perform an adversarial review to make sure the sequence diagram is air-tight?"
  3. "Is this plan solid? I've outlined the schema changes for our user-preferences system, but I need a sanity check from a second perspective."

Tips & Limitations

  • Avoid Overuse: Do not activate this for trivial tasks like writing quick scripts, fixing one-line bugs, or general research. The overhead of iterative rounds is inefficient for simple problems.
  • Trust the Loop: In Alternating Mode, let the agent run until it reaches an 'APPROVED' state. Only intervene if the process hits 'max-rounds,' indicating a need for manual clarification.
  • Context Matters: Always provide clear project context when initializing the skill; a well-calibrated reviewer is significantly more effective at identifying proportionality issues.

Metadata

Author@don-gbot
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-don-gbot-cross-model-review": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#adversarial#orchestration#planning#software-engineering#code-review
Safety Score: 3/5

Flags: file-write, file-read, code-execution

Related Skills

source-library

Searchable knowledge base that captures and cross-references everything users share. Auto-triggers when user shares ANY URL (article, tweet, thread, repo, video, paper). Saves structured summaries with key claims, quotes, analysis, tags, and decay tracking. Cross-references sources, maps connections, detects conflicts, and manages reading queue. Triggers on: shared URLs, "source library", "what have I read", "search sources", "find that article about", "remember when I shared", "conflicts", "connections". Do NOT use for general web browsing, bookmark management, or fetching pages without saving.

don-gbot 2387

repo-analyzer

GitHub repository trust scoring and due diligence. Use when asked to analyze, audit, score, or evaluate any GitHub repo — especially for crypto/DeFi project DD, checking if a repo is legit, evaluating code quality, verifying team credibility, or comparing multiple repos. Also handles X/Twitter URLs containing GitHub links — auto-extracts and analyzes repos from tweets. Triggers on "analyze this repo", "is this legit", "check this GitHub", "trust score", "audit this project", "repo quality", "batch scan repos", "analyze this tweet". ALSO auto-triggers when the user pastes an X/Twitter URL that contains a GitHub link — no explicit "analyze" command needed. When triggered by a tweet, ALWAYS include the tweet text/context above the analysis. Do NOT use for general GitHub browsing, reading READMEs, or cloning repos without analysis.

don-gbot 2387