Install
$ agentstack add skill-i-stack-ai-coding-kit-cross-model-review ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Cross Model Review
强制入口
命中本 skill 时,必须先完整阅读 [references/crossmodelreview.md](references/crossmodelreview.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] MAXROUNDS + deadlock:到 MAXROUNDS(默认 5)仍不收敛时,输出 deadlock——列出每个未决点 + 主 agent 的反立场,交给用户裁决。禁止假装 approved。
细则见 [references/crossmodelreview.md](references/crossmodelreview.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
- Source: i-stack/ai-coding-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.