Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:30 +08:00
commit e22f716fd6
5 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "pr-automation",
"description": "Automate PR workflow approvals and ok-to-test comments",
"version": "0.0.1",
"author": {
"name": "stbenjam"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}