discuss-multi-ai

Coordinate cross-AI code review across Claude Code, Codex, and Gemini.

5|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ValorVie/custom-skills --skill discuss-multi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discuss-multi-ai
Source: https://github.com/ValorVie/custom-skills/tree/main/skills/discuss-multi-ai
Command: npx skills add https://github.com/ValorVie/custom-skills --skill discuss-multi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在多個 AI 工具(如 Claude Code、Codex、Gemini 等)之間進行程式碼變更的交叉審議,透過標準化流程與可追蹤的紀錄,提升審議的一致性與透明度。

Core Features & Use Cases

  • 自動識別執行環境所屬的 AI( claude、codex、gemini,或其他工具)並作為審議對象,確保路徑清晰。
  • 對每一個變更項進行審查要點檢驗,包括邏輯正確性、可能的副作用、安全性與專案慣例的一致性。
  • 記錄與交接:產生標準化的審議摘要;必要時在 docs/discuss-ai/ 下建立文件,格式包括來源 commit、審議者、日期等欄位。
  • 快速啟動與自動化:可直接提交變更內容或 commit hash,觸發審議流程,並輸出可複製的交接文字供其他 AI 使用。

Quick Start

提交變更內容或 commit hash 以啟動跨 AI 審議並產生交接文字。

Frequently Asked Questions about discuss-multi-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is cross-AI code review and how does it standardize handoffs between Claude Code and Gemini?

Cross-AI code review standardizes handoffs between tools like Claude Code and Gemini by generating structured review summaries and traceable documentation for each commit. It ensures consistent messaging and documented decisions across multiple tools.

How do I start a multi-AI code review using a commit hash?

To start a multi-AI code review, paste your code changes or a specific commit hash to trigger the deterministic workflow. The system automatically detects the current AI identity and generates copyable handoff text for the next AI tool.

Can I use this workflow to document code review decisions for logical correctness and security?

Yes, the workflow evaluates each change for logical correctness, side effects, security, and project convention consistency. It automatically records these review criteria and documented decisions in standardized files under the docs/discuss-ai/ directory.

Does cross-AI code review automatically identify which tool is currently running the review?

Yes, the workflow features automatic identity detection to identify whether the executing environment is Claude, Codex, Gemini, or another tool. This ensures clear routing and traceable handoffs when passing the discussion to a different AI.

What format does the system use to trace code review history across multiple AI tools?

The system uses a standardized documentation format placed under the docs/discuss-ai/ directory to trace review history. These files include specific fields like source commit, reviewer identity, and date to ensure traceable decisions and change tracking.