Agent Plugins Marketplace
All plugins

codex-review-loop

v0.1.1

Independent whole-repository reviews, verified fixes, checks, and authorized local commits.

Codex1 Skill

By lab17020 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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-review-loop for Codex

Installs for the current user
codex plugin marketplace add lab1702/codex-review-loop
codex plugin marketplace upgrade lab1702-review-loop
codex plugin add codex-review-loop@lab1702-review-loop

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

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

  • Codex: codex-review-loop@agent-plugin-marketplacecodex-review-loop@lab1702-review-loop

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/lab1702/codex-review-loop

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

Plugin files

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

Included Skills1

review-loopskills/review-loop/SKILL.md

Run independent whole-repository reviews, fix verified issues, run checks, and make authorized local commits. Use only when explicitly invoked.

Plugin manifests1

plugins/codex-review-loop/.codex-plugin/plugin.json
{
  "name": "codex-review-loop",
  "version": "0.1.1",
  "description": "Independent whole-repository reviews, verified fixes, checks, and authorized local commits.",
  "author": {
    "name": "lab1702"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Review Loop",
    "shortDescription": "Review repositories and fix verified issues.",
    "longDescription": "Run isolated repository reviews and repair verified issues until two consecutive passes are clean on the same commit, with at most ten passes. Requires explicit invocation and authorization for local commits. Never pushes.",
    "developerName": "lab1702",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Run $review-loop. I authorize ordinary commits to the current branch."
    ]
  },
  "repository": "https://github.com/lab1702/codex-review-loop"
}

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

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