Agent Plugins Marketplace
All plugins

pr-shepherd

v0.49.0

Autonomous PR CI monitor and review-comment resolver for Codex.

Codex2 Skills1 MCP serverstdio

By Jonathan OngLicense: MIT2 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 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 pr-shepherd for Codex

Installs for the current user
codex plugin marketplace add jonathanong/pr-shepherd
codex plugin marketplace upgrade jonathanong
codex plugin add pr-shepherd@jonathanong

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

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

  • Codex: pr-shepherd-2@agent-plugin-marketplacepr-shepherd@jonathanong

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/jonathanong/pr-shepherd

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

Plugin files

plugins/pr-shepherd/
├── .codex-plugin/plugin.json
├── skills/mark-files-as-viewed/SKILL.md
├── skills/pr-shepherd/SKILL.md
└── .mcp.json

Included Skills2

mark-files-as-viewedskills/mark-files-as-viewed/SKILL.md

Mark selected changed pull-request files as viewed with pr-shepherd (MCP or CLI).

pr-shepherdskills/pr-shepherd/SKILL.md

Create or iterate a GitHub pull request with pr-shepherd (MCP or CLI). Use for requests like "make a PR and use pr-shepherd", "iterate PR #123", or "run pr-shepherd until this PR is ready".

MCP servers1

pr-shepherdstdio
command
npx
args
--yes --package [email protected] pr-shepherd-mcp

Plugin manifests1

plugins/pr-shepherd/.codex-plugin/plugin.json
{
  "name": "pr-shepherd",
  "version": "0.49.0",
  "description": "Autonomous PR CI monitor and review-comment resolver for Codex.",
  "author": {
    "name": "Jonathan Ong",
    "email": "[email protected]",
    "url": "https://github.com/jonathanong"
  },
  "homepage": "https://github.com/jonathanong/pr-shepherd",
  "repository": "https://github.com/jonathanong/pr-shepherd",
  "license": "MIT",
  "keywords": [
    "github",
    "pull-request",
    "ci",
    "code-review",
    "automation",
    "codex"
  ],
  "skills": "./skills/",
  "mcpServers": "./.codex.mcp.json",
  "interface": {
    "displayName": "pr-shepherd",
    "shortDescription": "Monitor PR CI and review comments from Codex",
    "longDescription": "Use pr-shepherd from Codex to check pull requests, resolve review feedback, and keep explicit iterate cycles running until a PR is ready, merged, closed, or escalated.",
    "developerName": "Jonathan Ong",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/jonathanong/pr-shepherd",
    "privacyPolicyURL": "https://github.com/jonathanong/pr-shepherd",
    "termsOfServiceURL": "https://github.com/jonathanong/pr-shepherd",
    "defaultPrompt": [
      "Check this PR with pr-shepherd",
      "Run pr-shepherd until this PR is ready",
      "Resolve this PR's review comments"
    ],
    "brandColor": "#2563EB",
    "screenshots": []
  }
}

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

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