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