Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:38 +08:00
commit e2f31d2006
6 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "github",
"description": "Use for development on GitHub",
"version": "0.0.1",
"author": {
"name": "fussy113"
},
"commands": [
"./commands/review-pr.md",
"./commands/review-dependabot.md"
],
"mcp": [
"./.mcp.json"
]
}