Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:13:50 +08:00
commit 3c69befef0
4 changed files with 404 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pr-reviewer",
"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": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}