Agent Plugins Marketplace
All plugins

tribunal-review

v0.24.32

Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration

CodexClaude Code2 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tribunal-review for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add tribunal-review@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “tribunal-review” remain stable.

  • Codex: tribunal-review@agent-plugin-marketplacetribunal-review@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tribunal-review/.

Plugin files

plugins/tribunal-review/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/closing-tribunal-loop/SKILL.md
└── skills/tribunal-loop/SKILL.md

Included Skills2

closing-tribunal-loopskills/closing-tribunal-loop/SKILL.md

PR-only close-out after tribunal-loop: triage findings, fix or file follow-ups, revalidate the changed diff, and document every round as a PR comment.

tribunal-loopskills/tribunal-loop/SKILL.md

Use for multi-provider code review with repo-walking reviewers, diff-only review, and arbitration.

Plugin manifests2

plugins/tribunal-review/.codex-plugin/plugin.json
{
  "name": "tribunal-review",
  "version": "0.24.32",
  "description": "Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Tribunal Review",
    "shortDescription": "Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration",
    "longDescription": "Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration",
    "developerName": "Andre Paat",
    "category": "Development",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the tribunal-review plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "code-review",
    "multi-provider",
    "codex",
    "gemini",
    "opencode",
    "glm",
    "deepseek",
    "qwen",
    "grok",
    "tribunal"
  ],
  "skills": "./skills/"
}
plugins/tribunal-review/.claude-plugin/plugin.json
{
  "name": "tribunal-review",
  "version": "0.24.32",
  "description": "Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "code-review",
    "multi-provider",
    "codex",
    "gemini",
    "opencode",
    "glm",
    "deepseek",
    "qwen",
    "grok",
    "tribunal"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tribunal-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tribunal-review)