Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:29 +08:00
commit 13427a3fc4
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "fix-issue",
"description": "Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.",
"version": "1.0.0",
"author": {
"name": "metabase",
"url": "https://github.com/metabase"
},
"commands": [
"./commands/"
]
}