review
v1.0.0Critical-review commands — /scrutinise for deep forensic review of recent work, /plan-review for multi-agent grounded review of a plan file.
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
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add review@sebastiansulinski-codexPaste 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-marketplace→review@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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/review/.
Plugin files
├── .codex-plugin/plugin.json├── skills/plan-review/SKILL.md└── skills/scrutinise/SKILL.md
Included Skills2
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.
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
{
"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"
}For maintainers
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)