pr-toolkit
v0.1.0GitHub pull request triage workflows for Codex.
By lianfeng27-ship-it0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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-toolkit for Codex
codex plugin marketplace add lianfeng27-ship-it/codex-plugin-starter
codex plugin marketplace upgrade daliwan
codex plugin add pr-toolkit@daliwanPaste and run these commands in a terminal with Codex. They add and refresh the daliwan catalog, then install this plugin.
Compatibility: the page URL and API slug “pr-toolkit” remain stable.
- Codex:
pr-toolkit@agent-plugin-marketplace→pr-toolkit@daliwan
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/lianfeng27-ship-it/codex-plugin-starterClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-toolkit/.
Plugin files
├── .codex-plugin/plugin.json└── skills/pr-triage/SKILL.md
Included Skills1
Triage GitHub pull requests with the gh CLI — summarize what is open, surface CI and review blockers, and recommend what to merge next. Use when asked to review open PRs, check CI status, or decide merge order.
Plugin manifests1
{
"name": "pr-toolkit",
"version": "0.1.0",
"description": "GitHub pull request triage workflows for Codex.",
"author": {
"name": "lianfeng27-ship-it"
},
"skills": "./skills/",
"interface": {
"displayName": "PR Toolkit",
"shortDescription": "Triage GitHub pull requests from Codex.",
"longDescription": "PR Toolkit bundles reusable Codex skills for working with GitHub pull requests through the gh CLI, starting with PR triage.",
"developerName": "lianfeng27-ship-it",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Summarize the open pull requests in this repo.",
"Which of my open PRs are blocked, and why?",
"What should I merge first?"
]
}
}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.
[pr-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-toolkit)