Diversio Engineering
On this page
PACKAGE
monolith-review-orchestrator
v0.2.6
Category
Process
Version
v0.2.6
Compatibility
Claude Code, Codex
PLUGIN PROCESS

Monolith Review Orchestrator

PR review harness with exact-scope coverage, thread-aware context, deterministic worktrees, backend and frontend handoffs, and controlled publication.

Overview

PR review harness with exact-scope coverage, thread-aware context, deterministic worktrees, backend and frontend handoffs, and controlled publication.

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

Review or reassess Diversio PRs in monolith worktrees with persistent thread context and controlled publication.

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.