address-pr-comments
v1.0.0Address PR review comments — automated resolution or human-in-the-loop drafts.
By JT SternbergLicense: MIT5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- 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 address-pr-comments for Codex and Claude Code
codex plugin marketplace add jtsternberg/claude-plugins
codex plugin marketplace upgrade jtsternberg
codex plugin add address-pr-comments@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 “address-pr-comments” remain stable.
- Codex:
address-pr-comments@agent-plugin-marketplace→address-pr-comments@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/address-pr-comments/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/address-pr-comments/SKILL.md└── skills/address-pr-comments-human/SKILL.md
Included Skills2
Address all PR comments by reviewing, fixing, committing, and replying (auto push and post)
Address PR comments with human review before push and reply (draft then approve)
Plugin manifests2
{
"name": "address-pr-comments",
"version": "1.0.0",
"description": "Address PR review comments — automated resolution or human-in-the-loop drafts.",
"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": "Address PR Comments",
"shortDescription": "Address PR review comments — automated resolution or human-in-the-loop drafts.",
"developerName": "JT Sternberg",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/jtsternberg/claude-plugins",
"defaultPrompt": [
"Use $address-pr-comments:address-pr-comments to resolve review feedback.",
"Use $address-pr-comments:address-pr-comments-human to draft feedback fixes for approval before pushing."
]
}
}{
"name": "address-pr-comments",
"description": "Address PR review comments — automated resolution or human-in-the-loop drafts.",
"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.
[address-pr-comments on Agent Plugins Marketplace](https://pluginsmp.com/plugins/address-pr-comments)