watch-pr-then-action
v1.0.0Watch a PR for events (CI, reviews, ready-for-review) and run a follow-up action.
By JT SternbergLicense: MIT5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- 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 watch-pr-then-action for Codex and Claude Code
codex plugin marketplace add jtsternberg/claude-plugins
codex plugin marketplace upgrade jtsternberg
codex plugin add watch-pr-then-action@jtsternbergPaste and run these commands in a terminal with Codex. They add and refresh the jtsternberg catalog, then install this plugin.
Compatibility: the page URL and API slug “watch-pr-then-action” remain stable.
- Codex:
watch-pr-then-action@agent-plugin-marketplace→watch-pr-then-action@jtsternberg
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/jtsternberg/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-workflow/watch-pr-then-action/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/watch-pr-then-action/SKILL.md
Included Skills1
Poll a GitHub PR until a condition (Copilot done, marked ready, review submitted), then run a follow-up action.
Plugin manifests2
{
"name": "watch-pr-then-action",
"version": "1.0.0",
"description": "Watch a PR for events (CI, reviews, ready-for-review) and run a follow-up action.",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
},
"repository": "https://github.com/jtsternberg/claude-plugins",
"license": "MIT",
"keywords": [
"github",
"pull-requests",
"code-review"
],
"skills": "./skills/",
"interface": {
"displayName": "Watch PR Then Action",
"shortDescription": "Watch a PR for events (CI, reviews, ready-for-review) and run a follow-up action.",
"developerName": "JT Sternberg",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/jtsternberg/claude-plugins",
"defaultPrompt": [
"Use $watch-pr-then-action:watch-pr-then-action to poll a GitHub PR and then run a follow-up action."
]
}
}{
"name": "watch-pr-then-action",
"description": "Watch a PR for events (CI, reviews, ready-for-review) and run a follow-up action.",
"version": "1.0.0",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
}
}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.
[watch-pr-then-action on Agent Plugins Marketplace](https://pluginsmp.com/plugins/watch-pr-then-action)