Agent Plugins Marketplace
All plugins

review

v1.0.0

Critical-review commands — /scrutinise for deep forensic review of recent work, /plan-review for multi-agent grounded review of a plan file.

Codex2 Skills

By Sebastian Sulinski0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 15, 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 review for Codex

Installs for the current user
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add review@sebastiansulinski-codex

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

Compatibility: the page URL and API slug “review-3” remain stable.

  • Codex: review-3@agent-plugin-marketplacereview@sebastiansulinski-codex

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/sebastiansulinski/claude-plugins

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

Plugin files

plugins/review/
├── .codex-plugin/plugin.json
├── skills/plan-review/SKILL.md
└── skills/scrutinise/SKILL.md

Included Skills2

plan-reviewskills/plan-review/SKILL.md

Review a specified plan against actual source using forensic, architectural, and claim-verification passes; consolidate factual corrections and concrete recommended edits without changing the plan. Use when a grounded plan review is requested.

scrutiniseskills/scrutinise/SKILL.md

Perform a forensic, read-only review of recent work or a specified code scope, tracing actual source and tests for bugs, design flaws, security gaps, edge cases, and missing coverage. Use when a deep critical review is requested.

Plugin manifests1

plugins/review/.codex-plugin/plugin.json
{
  "name": "review",
  "version": "1.0.0",
  "description": "Critical-review commands — /scrutinise for deep forensic review of recent work, /plan-review for multi-agent grounded review of a plan file.",
  "author": {
    "name": "Sebastian Sulinski",
    "email": "[email protected]"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Review",
    "shortDescription": "Critical-review commands",
    "longDescription": "Critical-review commands — /scrutinise for deep forensic review of recent work, /plan-review for multi-agent grounded review of a plan file.",
    "developerName": "Sebastian Sulinski",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Review my recent changes for defects.",
      "Review this plan against the source code."
    ]
  },
  "repository": "https://github.com/sebastiansulinski/claude-plugins",
  "homepage": "https://github.com/sebastiansulinski/claude-plugins#codex"
}

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

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