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

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# fix-issue
Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.

8
commands/fix-issue.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
author: metabase
author-url: https://github.com/metabase
version: 1.0.0
---
Fix issue $ARGUMENTS

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/fix-issue",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "7b1ee49ec6fa9b4bd293d714781cb0c6e3fa7872",
"treeHash": "f2c32f731770ff3d41d3eeba61f8519242dcbbb85eca129eb146bb1fe24c2b23",
"generatedAt": "2025-11-28T10:13:23.848980Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"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"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "4ea28d29a5bc516a6df0ee00803d8432843177918b52653dd677f0872e8d2ad8"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "08dd30cd8171c65944ccaf570536aaa505b910a0a445420ffe62a4340ec0cd67"
},
{
"path": "commands/fix-issue.md",
"sha256": "bb61f8bbaf23cdef69dd21bb1c4b9503bf62c99cf59b7d3efb5ca939fc128604"
}
],
"dirSha256": "f2c32f731770ff3d41d3eeba61f8519242dcbbb85eca129eb146bb1fe24c2b23"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}