Agent Plugins Marketplace
All plugins

open-pr

Review GitHub Pull Requests and GitLab Merge Requests across many stacks, learning each repo's own conventions over time and posting one review via that vendor's own CLI.

Codex4 Skills

By Minh Tang Q.License: MIT44 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 17, 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 open-pr for Codex

Installs for the current user
codex plugin marketplace add TOMOSIA-VIETNAM/open-pr
codex plugin marketplace upgrade open-pr
codex plugin add open-pr@open-pr

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

Compatibility: the page URL and API slug “open-pr” remain stable.

  • Codex: open-pr@agent-plugin-marketplaceopen-pr@open-pr

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/TOMOSIA-VIETNAM/open-pr

Clone 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

open-pr/
├── .codex-plugin/plugin.json
├── skills/open-pr-clean/SKILL.md
├── skills/open-pr-feedback/SKILL.md
├── skills/open-pr-review/SKILL.md
└── skills/open-pr-upgrade/SKILL.md

Included Skills4

open-pr-cleanskills/open-pr-clean/SKILL.md

Remove the git worktrees open-pr review checked PR code out into, each a full checkout on disk. Use when reclaiming disk space after reviews. Asks first; takes no URL.

open-pr-feedbackskills/open-pr-feedback/SKILL.md

Report a problem with the open-pr plugin itself, or ask for a change, on its public issue tracker. Use when a run of one of its commands left something to say. Takes no URL.

open-pr-reviewskills/open-pr-review/SKILL.md

Review a GitHub Pull Request or GitLab Merge Request against the conventions that repo has taught this plugin, and post exactly one review. Use when handed a PR or MR URL; never edits code.

open-pr-upgradeskills/open-pr-upgrade/SKILL.md

Bring every per-repo open-pr config below the current directory up to the schema this build expects. Use after updating the plugin, or when a command reports a config too old. Takes no URL.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "open-pr",
  "description": "Review GitHub Pull Requests and GitLab Merge Requests across many stacks, learning each repo's own conventions over time and posting one review via that vendor's own CLI.",
  "author": {
    "name": "Minh Tang Q."
  },
  "homepage": "https://github.com/TOMOSIA-VIETNAM/open-pr",
  "repository": "https://github.com/TOMOSIA-VIETNAM/open-pr",
  "license": "MIT",
  "keywords": [
    "code-review",
    "github",
    "gitlab",
    "pull-request",
    "merge-request"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PR/MR Reviewer with memory",
    "shortDescription": "Review a PR or MR against the conventions learned from that repo.",
    "longDescription": "Adds four skills: review a GitHub PR or GitLab MR and post one review, act on the findings a review left, migrate a repo's local config, and remove the worktrees review checked code out into. Posts through gh or glab, so the review appears as your own account.",
    "developerName": "Minh Tang Q.",
    "category": "Developer Tools",
    "websiteURL": "https://github.com/TOMOSIA-VIETNAM/open-pr",
    "defaultPrompt": [
      "Review https://github.com/org/repo/pull/123 with open-pr.",
      "Act on the open-pr findings left on https://github.com/org/repo/pull/123.",
      "Remove the review worktrees open-pr left on disk."
    ]
  }
}

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

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