# Cross Code Review

> Request cross code review from other model and/or harness.

- Skill: `vsevolodbazhan/cross-code-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vsevolodbazhan/cross-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vsevolodbazhan/cross-code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vsevolodbazhan (https://skillmd.com/u/vsevolodbazhan)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vsevolodbazhan/cross-code-review

---


# General

- If you are an Anthropic model, prioritize requesting review from OpenAI (Codex) models.
- If you are an OpenAI model, prioritize requesting review from Anthropic (Claude) models.
- Base branch is generally `master` but might be `main`.
- If you are given a PR to review, checkout its branch locally first.
- Tweak default timeout for big changes.

# Codex

```
gtimeout 600s codex --model gpt-5.6-sol --sandbox read-only review --base main
```

# Claude

```
gtimeout 600s claude --permission-mode auto --model opus --print "Review current changes against the base branch main"
```

