# Cross Model Review

> 跨模型对抗审查已锁定的 PLAN.md——自动发现可用 CLI（codex/gemini/claude），推荐两个不同 provider 的组合并让用户选择，reviewer 只读运行输出 VERDICT:APPROVED|REVISE，主 agent 仲裁并把理由写进 PLAN-REVIEW-LOG.md，MAX_ROUNDS 不收敛输出 deadlock。基于 chaseai-yt/grill-me-codex（MIT）的 Act 2 思路。

- **Type:** Skill
- **Install:** `agentstack add skill-i-stack-ai-coding-kit-cross-model-review`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [i-stack](https://agentstack.voostack.com/s/i-stack)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [i-stack](https://github.com/i-stack)
- **Source:** https://github.com/i-stack/ai-coding-kit/tree/main/skills-engineering/cross-model-review

## Install

```sh
agentstack add skill-i-stack-ai-coding-kit-cross-model-review
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cross Model Review

## 强制入口

命中本 skill 时，**必须先完整阅读** [references/cross_model_review.md](references/cross_model_review.md) 并按其中条款执行。

- 不得以 preamble、Cursor 规则摘要或其它二次摘要代替该文件全文。
- 本 skill 是 `plan-grill` 的 Act 2；plan-grill 锁定 PLAN.md 后接力本 skill。

## 五条核心规则

- [CMR-001] **自动发现 reviewer**：直接探测 codex/gemini/claude 三个 CLI 的可用性、版本、non-interactive 与只读模式支持（可用 `command -v ` + ` --version`，本仓库可选辅助脚本为 `skills-engineering/scripts/detect-review-clis.sh`）。可用 provider -/raw/`），不得用 `/tmp` 作为 reviewer 输出缓冲。只有全部 `APPROVED` 才能收敛，任一 `REVISE` 都必须仲裁并进入修订/下一轮。采纳有证据的批评，拒绝不成立的批评并写明理由，记录进 `PLAN-REVIEW-LOG.md`。
- [CMR-005] **MAX_ROUNDS + deadlock**：到 MAX_ROUNDS（默认 5）仍不收敛时，输出 deadlock——列出每个未决点 + 主 agent 的反立场，交给用户裁决。禁止假装 approved。

细则见 [references/cross_model_review.md](references/cross_model_review.md)。登录限流场景的完整运行样例见 `examples/regression-login-rate-limit.md`。

## 何时加载

- **默认触发**：用户说 `cross-model-review` / `cross review` / "对抗审查" / "让两个模型审计划" / "model debate" / "stress-test PLAN.md" / "review PLAN.md" / "让 Gemini/Codex/Claude 审一下计划"。
- **接力 plan-grill**：plan-grill 锁定 PLAN.md 后，用户说"让另一个模型审查"则加载本 skill。
- **跳过**：没有 PLAN.md（先跑 plan-grill）；trivial 改动；用户明确"直接实施"。

## 与相邻 skill 的分工

| Skill | 分工 |
|-------|------|
| `plan-grill`（PG-001~004） | 盘问锁定 PLAN.md（Act 1） |
| **cross-model-review（本 skill）** | 跨模型对抗审查 PLAN.md（Act 2） |
| `problem-analysis`（PA-001~003） | 问题审查，先于 plan-grill |
| `epistemic-integrity`（GR-011~013） | 主 agent 仲裁时的真值接地纪律 |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [i-stack](https://github.com/i-stack)
- **Source:** [i-stack/ai-coding-kit](https://github.com/i-stack/ai-coding-kit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-i-stack-ai-coding-kit-cross-model-review
- Seller: https://agentstack.voostack.com/s/i-stack
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
