update-pr-description
v1.0.0Regenerate a pull request's description from its current diff and commits.
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 update-pr-description for Codex and Claude Code
codex plugin marketplace add jtsternberg/claude-plugins
codex plugin marketplace upgrade jtsternberg
codex plugin add update-pr-description@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 “update-pr-description” remain stable.
- Codex:
update-pr-description@agent-plugin-marketplace→update-pr-description@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/update-pr-description/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/update-pr-description/SKILL.md
Included Skills1
Update a PR description from branch changes, optionally since a date or commit
Plugin manifests2
{
"name": "update-pr-description",
"version": "1.0.0",
"description": "Regenerate a pull request's description from its current diff and commits.",
"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": "Update PR Description",
"shortDescription": "Regenerate a pull request's description from its current diff and commits.",
"developerName": "JT Sternberg",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/jtsternberg/claude-plugins",
"defaultPrompt": [
"Use $update-pr-description:update-pr-description to revise a pull request description from recent changes."
]
}
}{
"name": "update-pr-description",
"description": "Regenerate a pull request's description from its current diff and commits.",
"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.
[update-pr-description on Agent Plugins Marketplace](https://pluginsmp.com/plugins/update-pr-description)