Agent Plugins Marketplace
All plugins

review-suite

v1.0.0

Independent plan and delivery reviews with evidence-based verdicts.

CodexAgent Plugins2 Skills

By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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-suite for Codex

Installs for the current user
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add review-suite@levnikolaevich-skills-marketplace

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

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

  • Codex: review-suite@agent-plugin-marketplacereview-suite@levnikolaevich-skills-marketplace

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/levnikolaevich/claude-code-skills

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

Plugin files

plugins/review-suite/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/ln-11-plan-reviewer/SKILL.md
└── skills/ln-12-delivery-reviewer/SKILL.md

Included Skills2

ln-11-plan-reviewerskills/ln-11-plan-reviewer/SKILL.md

Reviews implementation plans against repository evidence and current authoritative guidance. Use before execution to expose gaps and risks; not for completed delivery review.

ln-12-delivery-reviewerskills/ln-12-delivery-reviewer/SKILL.md

Reviews a completed scoped change and its affected runtime and contract paths. Use to find change-caused defects and verify readiness; not for codebase audit, implementation, or repair.

Plugin manifests2

plugins/review-suite/.codex-plugin/plugin.json
{
  "name": "review-suite",
  "version": "1.0.0",
  "description": "Independent plan and delivery reviews with evidence-based verdicts.",
  "author": {
    "name": "Lev Nikolaevich",
    "email": "[email protected]",
    "url": "https://github.com/levnikolaevich"
  },
  "homepage": "https://github.com/levnikolaevich/claude-code-skills",
  "repository": "https://github.com/levnikolaevich/claude-code-skills",
  "license": "MIT",
  "keywords": [
    "review",
    "plan-review",
    "code-review",
    "delivery"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Review Suite",
    "shortDescription": "Review plans and deliveries",
    "longDescription": "Review plans and completed deliveries against repository evidence with explicit findings, verdicts, and residual risks.",
    "developerName": "Lev Nikolaevich",
    "websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "Review this implementation plan.",
      "Review the completed delivery."
    ]
  }
}
plugins/review-suite/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "review-suite"
}

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

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