PLUGIN PROCESS

Monolith Review Orchestrator

PR review harness for the Diversio monolith: deep PR understanding, thread-aware GitHub review, deterministic worktree reuse, and monty-review handoff.

Overview

PR review harness for the Diversio monolith: deep PR understanding, thread-aware GitHub review, deterministic worktree reuse, and monty-review handoff.

Bundles 1 skill with 3 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

monolith-review-orchestrator

Monolith-local Diversio PR review harness for deep PR understanding, deterministic worktree reuse/bootstrap, persistent review context across passes, resolved-comment-aware reassessment, backend monty-review handoff, and author-guiding review output.

plugins/monolith-review-orchestrator/skills/monolith-review-orchestrator
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/monolith-review-orchestrator/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: monolith-review-orchestrator).

/monolith-review-orchestrator:review-prs/monolith-review-orchestrator:reassess-prs/monolith-review-orchestrator:post-review

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install monolith-review-orchestrator@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/monolith-review-orchestrator/skills/monolith-review-orchestrator

Claude Code: invoke as /monolith-review-orchestrator:review-prs. Codex: invoke as name: monolith-review-orchestrator.