Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:51 +08:00
commit ea8665f446
4 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "gh",
"description": "Intelligent PR creation tool that analyzes your changes and creates well-structured pull requests.",
"version": "2.0.0",
"author": {
"name": "Kazuki Hashimoto",
"email": "setouchi.develop@gmail.com"
},
"commands": [
"./commands/create-pr.md"
]
}