Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:34:03 +08:00
commit 507cf98b91
7 changed files with 1442 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "git-pr-workflows",
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/git-pr-workflows/agents/code-reviewer.md"
],
"commands": [
"./plugins/git-pr-workflows/commands/pr-enhance.md",
"./plugins/git-pr-workflows/commands/onboard.md",
"./plugins/git-pr-workflows/commands/git-workflow.md"
]
}