Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:30 +08:00
commit 5617865b5a
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": [
"./agents/code-reviewer.md"
],
"commands": [
"./commands/pr-enhance.md",
"./commands/onboard.md",
"./commands/git-workflow.md"
]
}