Files
gh-ananddtyagi-claude-code-…/.claude-plugin/plugin.json
2025-11-29 17:54:29 +08:00

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/"
]
}