Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:13:54 +08:00
commit aab61a98f3
4 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pull-request-generator",
"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": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}