lorenzini
v0.2.3Three Claude Code skills that wait for a third-party pull-request reviewer and adjudicate whether its verdict actually means pass. They do not review code; they decide what the reviewer said about it.
By Nanako TsaiLicense: MIT16 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 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 lorenzini for Codex and Claude Code
codex plugin marketplace add Nanako0129/lorenzini
codex plugin marketplace upgrade lorenzini
codex plugin add lorenzini@lorenziniPaste and run these commands in a terminal with Codex. They add and refresh the lorenzini catalog, then install this plugin.
Compatibility: the page URL and API slug “lorenzini” remain stable.
- Codex:
lorenzini@agent-plugin-marketplace→lorenzini@lorenzini
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/Nanako0129/lorenziniClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/codex-review-wait/SKILL.md
Included Skills1
[DORMANT: the Codex subscription is paused as of 2026-09-17, so this reviewer no longer runs. PR review is split by star count - coderabbit-review-wait at ten stars and up, copilot-review-wait below. Check with 'gh api repos/OWNER/NAME -q .stargazers_count' and read the gate from that skill; the three define a clean pass differently and reusing another one's logic fails silently. Trigger this skill only when the user names Codex explicitly, or when the subscription is confirmed back.] Wait for the Codex GitHub PR reviewer (chatgpt-codex-connector) to finish reviewing a pull request, then classify the outcome as a clean pass (a +1 reaction) or suggestions (inline comments, printed for you to address). Optionally takes a PR number; otherwise it uses the current branch's PR and auto-detects the repo.
Plugin manifests3
{
"name": "lorenzini",
"version": "0.2.3",
"description": "Three Claude Code skills that wait for a third-party pull-request reviewer and adjudicate whether its verdict actually means pass. They do not review code; they decide what the reviewer said about it.",
"skills": "./skills/",
"license": "MIT",
"repository": "https://github.com/Nanako0129/lorenzini",
"homepage": "https://github.com/Nanako0129/lorenzini"
}{
"name": "lorenzini",
"version": "0.2.3",
"description": "Three Claude Code skills that wait for a third-party pull-request reviewer and adjudicate whether its verdict actually means pass. They do not review code; they decide what the reviewer said about it.",
"author": {
"name": "Nanako Tsai"
},
"repository": "https://github.com/Nanako0129/lorenzini",
"homepage": "https://github.com/Nanako0129/lorenzini"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lorenzini",
"version": "0.2.3",
"description": "Three Claude Code skills that wait for a third-party pull-request reviewer and adjudicate whether its verdict actually means pass. They do not review code; they decide what the reviewer said about it."
}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.
[lorenzini on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lorenzini)