From 0fddbc72ae25883e87e77a3cec6a2ed4064ef3e0 Mon Sep 17 00:00:00 2001 From: mine_take Date: Mon, 22 Jun 2026 15:04:28 +0900 Subject: [PATCH 1/5] feat: add River Review plugin bundle --- .../river-review/.codex-plugin/plugin.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/s977043/river-review/.codex-plugin/plugin.json diff --git a/plugins/s977043/river-review/.codex-plugin/plugin.json b/plugins/s977043/river-review/.codex-plugin/plugin.json new file mode 100644 index 000000000..5db65dd45 --- /dev/null +++ b/plugins/s977043/river-review/.codex-plugin/plugin.json @@ -0,0 +1,20 @@ +{ + "name": "river-review", + "version": "1.28.1", + "description": "Capability pack that strengthens AI review for Codex: versioned Skill Registry driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff.", + "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": "Capability pack: a Skill Registry of review skills, driven by a review agent", + "developerName": "river-review maintainers", + "category": "Developer Tools", + "capabilities": ["Read"], + "websiteURL": "https://river-review.the3396.com/", + "composerIcon": "./assets/icon.svg" + } +} From 177b3d54bec16771674c1635337d51b8b496722e Mon Sep 17 00:00:00 2001 From: mine_take Date: Mon, 22 Jun 2026 15:04:43 +0900 Subject: [PATCH 2/5] feat: add River Review icon --- plugins/s977043/river-review/assets/icon.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/s977043/river-review/assets/icon.svg diff --git a/plugins/s977043/river-review/assets/icon.svg b/plugins/s977043/river-review/assets/icon.svg new file mode 100644 index 000000000..924583d65 --- /dev/null +++ b/plugins/s977043/river-review/assets/icon.svg @@ -0,0 +1,18 @@ + + River Reviewer + River Reviewer wordmark with flowing river motif. + + + + + + + + + + River Reviewer + + + RR · Review that Flows With You + + From 5bd6d47ac5e01857c4b351cee02d8428c68a4ff6 Mon Sep 17 00:00:00 2001 From: mine_take Date: Mon, 22 Jun 2026 15:05:36 +0900 Subject: [PATCH 3/5] feat: add River Review to Community Plugins list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d31fb53..f432daab6 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [Praxis](https://github.com/ouonet/praxis) - Intent-driven workflow skills for coding agents: describe what done looks like, not the steps. Triage-first design keeps token costs low across design, TDD, debug, review, and release. - [Project Autopilot](https://github.com/AlexMi64/codex-project-autopilot) - Turn an idea into a structured project workflow with planning, execution, verification, and handoff. - [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions. +- [River Review](https://github.com/s977043/river-review) - Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff. - [Runtype Skills](https://github.com/runtypelabs/skills) - Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime. - [Sealos](https://github.com/labring/sealos-skills) - Deploy apps to Sealos Cloud from Codex with readiness checks, Dockerfile generation, Compose conversion, image builds, and rollout updates. - [Secret Guard](./plugins/mturac/secret-guard) - Pre-commit secret scanner using pattern and entropy detection. From 4997ed63db000fc6890418f849e8862f3a01603b Mon Sep 17 00:00:00 2001 From: mine_take Date: Mon, 22 Jun 2026 15:06:19 +0900 Subject: [PATCH 4/5] feat: add River Review to plugins.json --- plugins.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index d2d1f21e0..6b6a4e763 100644 --- a/plugins.json +++ b/plugins.json @@ -3,7 +3,7 @@ "name": "awesome-codex-plugins", "version": "1.0.0", "last_updated": "2026-06-16", - "total": 112, + "total": 113, "categories": [ "Development & Workflow", "Tools & Integrations" @@ -409,6 +409,16 @@ "source": "awesome-codex-plugins", "install_url": "https://raw.githubusercontent.com/hashgraph-online/registry-broker-codex-plugin/HEAD/.codex-plugin/plugin.json" }, + { + "name": "River Review", + "url": "https://github.com/s977043/river-review", + "owner": "s977043", + "repo": "river-review", + "description": "Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff.", + "category": "Development & Workflow", + "source": "awesome-codex-plugins", + "install_url": "https://raw.githubusercontent.com/s977043/river-review/HEAD/.codex-plugin/plugin.json" + }, { "name": "Runtype Skills", "url": "https://github.com/runtypelabs/skills", From d25766d69e2ec0f18de263c12a67868a95bdcd2d Mon Sep 17 00:00:00 2001 From: mine_take Date: Mon, 22 Jun 2026 15:06:50 +0900 Subject: [PATCH 5/5] feat: add River Review to marketplace.json --- .agents/plugins/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index a635cd934..647c4fcd4 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -595,6 +595,20 @@ "description": "Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.", "icon": "./plugins/hashgraph-online/registry-broker-codex-plugin/assets/icon.png" }, + { + "name": "river-review", + "displayName": "River Review", + "source": { + "source": "local", + "path": "./plugins/s977043/river-review" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Development & Workflow", + "description": "Versioned Skill Registry of code-review skills driven by a perspective-based review agent (code, security, performance, architecture, testing, adversarial) that verifies findings against the diff." + }, { "name": "runtype-skills", "displayName": "Runtype Skills",