Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:05:02 +08:00
commit 79efbcd97a
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"
]
}