Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:54 +08:00
commit 0f37b18a8c
4 changed files with 98 additions and 0 deletions

View File

@@ -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"
]
}

3
README.md Normal file
View File

@@ -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.

38
commands/pr-review.md Normal file
View File

@@ -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.

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}