Agent Plugins Marketplace
All plugins

pr

Skills for working with pull requests — reviewing, describing, syncing, or otherwise assisting with the PR lifecycle.

Claude Code1 Skill

0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pr-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/eddeee888/ai-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pr/.

Plugin files

pr/
├── .claude-plugin/plugin.json
└── skills/sync/SKILL.md

Included Skills1

syncskills/sync/SKILL.md

Sync an open pull request with whatever is actually on the branch right now — rebase it onto its current base, then re-derive the title, description, and changeset from what's left, including the issue-tracker link (GitHub, Jira, Linear, etc.) and any external context (resource URLs, blog posts, Miro links) when they genuinely exist. Use when the user asks to "update the PR description", "sync the PR with my changes", "rebase and update the PR", "the PR is stale", "make the changeset match my changes", or after pushing new commits to a branch that already has an open PR. Also trigger proactively right after a round of commits if a PR is already open on the branch — PR descriptions go stale the moment someone tacks on a "quick fix" commit, and this closes that gap before a reviewer sees it. Only applies to an existing PR; if there's no open PR on the branch, this skill's job is to skip, not to open one.

Plugin manifests1

pr/.claude-plugin/plugin.json
{
  "name": "pr",
  "description": "Skills for working with pull requests — reviewing, describing, syncing, or otherwise assisting with the PR lifecycle."
}

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-2)