Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:22 +08:00
commit 1977fd02cf
5 changed files with 486 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pr-review-toolkit",
"description": "Comprehensive PR review toolkit for working with GitHub repositories like creating pull requests, commits, and more",
"version": "1.0.0",
"author": {
"name": "Martin Gonzalez",
"email": "gonzalez.martin90@gmail.com"
},
"commands": [
"./commands"
]
}