Agent Plugins Marketplace
All plugins

codex-reviewer

v0.9.0

External reviewer for feature plans and implementations. Posts reviews directly on GitHub PRs via gh CLI.

Codex2 Skills

By schuettcLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 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 codex-reviewer for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-reviewer@awesome-codex-plugins

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

Compatibility: the page URL and API slug “codex-reviewer” remain stable.

  • Codex: codex-reviewer@agent-plugin-marketplacecodex-reviewer@awesome-codex-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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/schuettc/codex-reviewer/.

Plugin files

plugins/schuettc/codex-reviewer/
├── .codex-plugin/plugin.json
├── skills/feature-review-impl/SKILL.md
└── skills/feature-review-plan/SKILL.md

Included Skills2

feature-review-implskills/feature-review-impl/SKILL.md

Implementation Reviewer

feature-review-planskills/feature-review-plan/SKILL.md

Plan Reviewer

Plugin manifests1

plugins/schuettc/codex-reviewer/.codex-plugin/plugin.json
{
  "name": "codex-reviewer",
  "version": "0.9.0",
  "description": "External reviewer for feature plans and implementations. Posts reviews directly on GitHub PRs via gh CLI.",
  "author": {
    "name": "schuettc",
    "url": "https://github.com/schuettc"
  },
  "homepage": "https://github.com/schuettc/codex-reviewer",
  "repository": "https://github.com/schuettc/codex-reviewer",
  "license": "MIT",
  "keywords": [
    "review",
    "planning",
    "codex",
    "claude-code"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Reviewer",
    "shortDescription": "Second-pass review for Claude-driven work.",
    "longDescription": "Review feature plans and implementations with a findings-first Codex pass. Posts reviews directly on GitHub draft PRs.",
    "developerName": "schuettc",
    "category": "Productivity",
    "capabilities": [
      "Reviews feature plans before implementation",
      "Reviews feature implementations against the plan",
      "Posts verdicts and inline findings on GitHub draft PRs"
    ],
    "defaultPrompt": [
      "Review the plan at <pr-url> for feature <id>.",
      "Review the implementation at <pr-url> for feature <id>."
    ],
    "brandColor": "#0F766E"
  }
}

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

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