pr
v1.0.0Create a GitHub PR for the current branch with auto-generated title, summary, and test plan
By mikersays0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 for Codex and Claude Code
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add pr@mikersays-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the mikersays-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “pr-5” remain stable.
- Codex:
pr-5@agent-plugin-marketplace→pr@mikersays-plugins
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/mikersays/mikersays-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/pr/SKILL.md
Included Skills1
Create a GitHub pull request (PR) for the current branch with auto-generated title, summary, and test plan. Use when the user asks to open, create, or make a PR or pull request.
Plugin manifests2
{
"name": "pr",
"description": "Create a GitHub PR for the current branch with auto-generated title, summary, and test plan",
"version": "1.0.0",
"skills": "./skills/",
"interface": {
"displayName": "PR",
"shortDescription": "Auto-generate GitHub PRs with title, summary, and test plan",
"category": "Developer Tools"
}
}{
"name": "pr",
"description": "Create a GitHub PR for the current branch with auto-generated title, summary, and test plan",
"version": "1.0.0",
"author": {
"name": "mikersays"
}
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-5)