moai-ref-cross-model-audit

Featured

Cross-model audit convergence reference for the plan-auditor and sync-auditor agents. Documents how to invoke the `audit_multi` MCP tool to fan a code review out across the codex and GLM (z.ai) backends in parallel, converge their verdicts with the in-session Claude verdict, and fold the resulting per-backend verdicts + disagreement flag into the audit output. The single skill both audit entry points load — no duplication.

AI & Automation 1,187 stars 219 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cross-Model Audit Convergence This skill is the single load-point both plan-auditor and sync-auditor use when the project opts into multi-model audit (`audit_model: multi`). It documents the one MCP tool the auditor calls, the independence rule that tool enforces, and how to fold the returned convergence result into the auditor's verdict. ## When to use convergence vs single-model | Project setting | Path | Skill | |---|---|---| | `audit_model: claude` (default) | Claude reviews alone | (none — no second opinion needed) | | `audit_model: codex` | Codex reviews alone | `moai-ref-owasp-checklist` etc., no convergence | | `audit_model: glm` | GLM reviews alone | (same) | | `audit_model: multi` | Claude + codex + GLM, converged | **this skill** | Single-model paths do NOT load this skill. Convergence is only the multi-model concern. ## The `audit_multi` MCP tool The single tool surface is: ``` mcp__moai__audit_multi ``` It is exposed by the `moai mcp-server` stdio server (the self-hosted MCP server shipped with the binary). The tool is a thin wrapper over the convergence engine: it does NOT re-implement the codex or GLM backends — it fans out by calling the existing single-backend handlers in parallel and synthesizes their results. ### Input parameters | Parameter | Type | Required | Notes | |---|---|---|---| | `claude_verdict` | object | YES | The in-session Claude review verdict. Object shape: `{verdict, summary, findings, next_steps}` — the same `review-output.sche...

Details

Author
modu-ai
Repository
modu-ai/moai-adk
Created
11 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category