Agent Plugins Marketplace
All plugins

pr-review

v1.1.0

Context-aware pull request review across all MotifPath repos, sharing durable guidelines with the team as it finds them.

Claude Code1 Skill

By MotifPath Team0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 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-review 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-review-3@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/motifpath/motifpath-specs

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

Plugin files

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

Included Skills1

pr-reviewskills/pr-review/SKILL.md

Review a proposed pull request against MotifPath conventions and the intent behind the change, across any of the four MotifPath repos (motifpath-core, motifpath-web, motifpath-infra, motifpath-specs). Detects which repo/scope the PR touches, applies a project-agnostic systemic checklist, layers in per-repo norms from profiles/, deduplicates against existing PR discussion, and proposes findings anchored to exact lines — publishing only after explicit approval. When a review surfaces a genuinely general guideline (not just a fix specific to this PR), it's written directly into the shared checklist or profile in motifpath-specs, staged with a drafted commit — but never committed or pushed without confirmation. Trigger on "review this PR", "review PR #N", "what do you think of this diff", "/pr-review", or before merging any feat/fix/hotfix branch.

Plugin manifests1

plugins/pr-review/.claude-plugin/plugin.json
{
  "name": "pr-review",
  "displayName": "PR Review",
  "version": "1.1.0",
  "description": "Context-aware pull request review across all MotifPath repos, sharing durable guidelines with the team as it finds them.",
  "author": {
    "name": "MotifPath Team"
  },
  "repository": "https://github.com/motifpath/motifpath-specs",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pr-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pr-review-3)