tribunal-review
v0.24.32Multi-provider code review — Codex + Grok + Claude (diff-only) by default; Gemini, OpenCode DeepSeek, OpenCode GLM and Qwen opt-in, with calling-context arbitration
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
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add tribunal-review@paat-pluginsPaste 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-marketplace→tribunal-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-pluginsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/closing-tribunal-loop/SKILL.md└── skills/tribunal-loop/SKILL.md
Included Skills2
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.
Use for multi-provider code review with repo-walking reviewers, diff-only review, and arbitration.
Plugin manifests2
{
"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/"
}{
"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"
]
}For maintainers
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)