12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"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/"
|
|
]
|
|
} |