Curated marketplace review request: Review PR
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What variant of Codex are you using?
App and CLI
What feature would you like to see?
Please consider Review PR for the OpenAI curated Codex plugin marketplace.
Review PR is an evidence-based code review plugin for local changes and GitHub pull requests. It builds change-specific review criteria and gathers evidence from three complementary perspectives:
- Mechanical — tests, static analysis, and other objective repository checks
- Structural — design, execution paths, state management, security, performance, and maintainability
- Contextual — requirements, implementation intent, compatibility expectations, and documentation
The final report is consolidated by review criterion so developers can see what was checked, what evidence supports each result, and what could not be verified.
Source and package
- Canonical repository: https://github.com/takuto-san/review-pr
- Release: https://github.com/takuto-san/review-pr/releases/tag/v0.1.0
- Codex marketplace: https://github.com/takuto-san/review-pr/blob/main/.agents/plugins/marketplace.json
- Codex plugin manifest: https://github.com/takuto-san/review-pr/blob/main/plugins/review-pr/.codex-plugin/plugin.json
- Review skill: https://github.com/takuto-san/review-pr/tree/main/plugins/review-pr/skills/review-pr
- Review criteria: https://github.com/takuto-san/review-pr/blob/main/plugins/review-pr/REVIEW.md
- Review role definitions: https://github.com/takuto-san/review-pr/tree/main/plugins/review-pr/agents/review
- License: MIT
- Plugin version:
0.1.0
The repository can be added directly as a Codex marketplace:
codex plugin marketplace add takuto-san/review-pr --ref main
codex plugin add review-pr@review-pr
The plugin can then be invoked with:
$review-pr
$review-pr 123
Natural-language requests such as Review my local changes and Review PR 123 are also supported.
Validation
- Marketplace installation was tested successfully with the Codex CLI.
review-pr@review-prinstalls successfully and is reported asinstalled, enabled.- Installed plugin version is
0.1.0. - GitHub release
v0.1.0is published.
Review workflow
Review PR supports two modes:
- Developer mode reviews commits and working-tree changes in the current repository.
- Reviewer mode reviews a GitHub pull request identified by its number or URL.
For each review, the plugin resolves the target, evaluates whether review is needed, collects repository and change context, analyzes change scope, builds change-specific review criteria from REVIEW.md, gathers mechanical/structural/contextual evidence, consolidates results, and reports findings together with coverage and explicit limitations.
Safety and privacy
- The review workflow is read-only by default.
- It does not modify source files as part of review.
- It does not install dependencies automatically.
- It does not change repository configuration.
- It does not automatically commit or push changes.
- It does not automatically post comments to GitHub pull requests.
- Findings that cannot be supported with sufficient evidence are reported as unverifiable rather than presented as confirmed defects.
- Reviewer mode uses the locally authenticated GitHub CLI (
gh) when pull-request metadata is required. - No hosted Review PR service or Review PR account is required.
Why this belongs in the marketplace
AI-assisted development can increase the amount and size of code submitted for review. Review PR is designed to help developers determine where human review attention is actually needed instead of simply generating more review comments.
It combines automated checks with structural and contextual analysis, creates review criteria specific to each change, and exposes review coverage and limitations instead of presenting a single opaque review result.
The goal is not to replace human reviewers or act as an automatic merge gate. The plugin provides evidence and triage information that helps developers and reviewers focus on the parts of a change that require human judgment.
Thanks for considering Review PR for the curated Codex plugin marketplace.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked .agents/plugins/marketplace.json and plugins/review-pr/.codex-plugin/plugin.json, then read REVIEW.md and the review role definitions. Run the provided Codex marketplace installation commands to verify the plugin metadata and installation behavior. Done means the marketplace review and acceptance decision is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100