Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:36 +08:00
commit 9cea79dd37
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "create-pull-request",
"description": "Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.",
"version": "1.0.0",
"author": {
"name": "liam-hq",
"url": "https://github.com/liam-hq"
},
"commands": [
"./commands/"
]
}