plugins marketplace
← All plugins

pr-review

v1.0.0

Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.

Claude Code

by arkavo-org1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pr-review/ inside the repository.

Layout

pr-review/
└── .claude-plugin/plugin.json

Manifests1

pr-review/.claude-plugin/plugin.json
{
  "name": "pr-review",
  "description": "Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.",
  "version": "1.0.0",
  "author": {
    "name": "arkavo-org",
    "url": "https://github.com/arkavo-org"
  },
  "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/pr-review"
}