Agent Plugins Marketplace
All plugins

river-review

v1.120.0

Turn review into an organizational judgment asset. Review Judgment as Code for AI-assisted development, delivered as a capability pack for Codex: your team's review criteria as versioned, repo-owned skills (a Skill Registry), driven by a review agent that runs perspective-based reviewer roles (code, security, performance, architecture, testing, adversarial) and verifies findings against the diff so humans keep the high-risk judgment.

CodexClaude Code

By river-review maintainersLicense: MIT3 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 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 river-review for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add river-review@agent-plugin-marketplace

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

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/s977043/river-review

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

Plugin files

river-review/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "river-review",
  "version": "1.120.0",
  "description": "Turn review into an organizational judgment asset. Review Judgment as Code for AI-assisted development, delivered as a capability pack for Codex: your team's review criteria as versioned, repo-owned skills (a Skill Registry), driven by a review agent that runs perspective-based reviewer roles (code, security, performance, architecture, testing, adversarial) and verifies findings against the diff so humans keep the high-risk judgment.",
  "author": {
    "name": "river-review maintainers",
    "url": "https://github.com/s977043/river-review"
  },
  "homepage": "https://river-review.the3396.com/",
  "repository": "https://github.com/s977043/river-review",
  "license": "MIT",
  "keywords": [
    "code-review",
    "security-review",
    "performance",
    "architecture",
    "testing",
    "adversarial-review",
    "skills"
  ],
  "skills": "./skills/agent-skills/",
  "interface": {
    "displayName": "River Review",
    "shortDescription": "Turn review into an organizational judgment asset: a Skill Registry of review skills, driven by a review agent",
    "longDescription": "River Review turns review into an organizational judgment asset. It is Review Judgment as Code for AI-assisted development: a capability pack that runs your team's review criteria as versioned, repo-owned skills (a Skill Registry), driven by a review agent that executes perspective-based reviewer roles (code, security, performance, architecture, testing) plus an adversarial pass, and verifies findings against the diff so human reviewers keep the high-risk judgment.",
    "developerName": "river-review maintainers",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://river-review.the3396.com/",
    "composerIcon": "./assets/icon.svg"
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "river-review",
  "displayName": "River Review",
  "version": "1.120.0",
  "description": "Turn review into an organizational judgment asset. Review Judgment as Code for AI-assisted development, delivered as a capability pack for Claude Code: your team's review criteria as versioned, repo-owned skills (a Skill Registry), driven by a review agent that runs perspective-based reviewer roles (code, security, performance, architecture, testing, adversarial) and verifies findings against the diff so humans keep the high-risk judgment.",
  "author": {
    "name": "river-review maintainers",
    "url": "https://github.com/s977043/river-review"
  },
  "homepage": "https://river-review.the3396.com/",
  "repository": "https://github.com/s977043/river-review",
  "license": "MIT",
  "keywords": [
    "code-review",
    "security-review",
    "performance",
    "architecture",
    "testing",
    "adversarial-review",
    "skills"
  ],
  "commands": [
    "./commands/setup-team.md",
    "./commands/review-local.md",
    "./commands/review-team.md",
    "./commands/challenge.md",
    "./commands/skill.md",
    "./commands/check.md",
    "./commands/pr.md"
  ],
  "agents": "./agents/river-review.md",
  "skills": "./skills/agent-skills/",
  "composerIcon": "./assets/icon.svg"
}

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

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