From 0f37b18a8c099958a8f9e312152953a192191acc Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:06:54 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ commands/pr-review.md | 38 ++++++++++++++++++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/pr-review.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..eb3cb96 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "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" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2ebf45 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# pr-review + +Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase. diff --git a/commands/pr-review.md b/commands/pr-review.md new file mode 100644 index 0000000..857be8e --- /dev/null +++ b/commands/pr-review.md @@ -0,0 +1,38 @@ +--- +description: Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase. +author: arkavo-org +author-url: https://github.com/arkavo-org +version: 1.0.0 +--- + +# Comprehensive PR Review Template + +This is a comprehensive PR (Pull Request) review template with six distinct review tasks: + +## 1. Product Manager Review +- Focuses on business value, user experience, and strategic alignment + +## 2. Developer Review +- Evaluates code quality, performance, and adherence to best practices + +## 3. Quality Engineer Review +- Checks test coverage, potential bugs, and regression risks + +## 4. Security Engineer Review +- Assesses security vulnerabilities, data handling, and compliance + +## 5. DevOps Review +- Validates CI/CD pipeline, infrastructure, and monitoring considerations + +## 6. UI/UX Designer Review +- Ensures visual consistency, usability, and interaction flow + +## Key Theme +The document emphasizes an urgent, immediate approach to improvements, with repeated emphasis that "future" recommendations should be addressed right now, not deferred. + +Each section follows a similar structure: +- An objective +- Specific areas to review +- An action item requiring immediate implementation of any suggested improvements + +The template is designed to provide a thorough, multi-perspective review of a software development pull request. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..cb07ece --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/pr-review", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "5851738cbbc857e72f40abc10f6bb7e4bda37a51", + "treeHash": "04fd4822816f9f0ef5e1016e7b7b990a030d1a956b974bf455cce926868b0a95", + "generatedAt": "2025-11-28T10:14:35.673220Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "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" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "07cedbfef15f3375477341a507e5f4e96f6705e7454ca7967001640f4ab85cde" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "24092df5088a1e38726969c7f38016ce88d0956b143343205e3db100c3cb4bfd" + }, + { + "path": "commands/pr-review.md", + "sha256": "b52c3e1f907cb3cd69aa38bba41887239f02b15f3aec165c8b4ea5a781b9664c" + } + ], + "dirSha256": "04fd4822816f9f0ef5e1016e7b7b990a030d1a956b974bf455cce926868b0a95" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file