Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:05:54 +08:00
commit b65d5f75da
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:ccplugins/awesome-claude-code-plugins:plugins/fix-issue",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "b5c22619203575cbaacc60f04dc1390f8acf98a2",
"treeHash": "796956d06586737127bd27b0b635646e08052771035353210c03a21a50e9e383",
"generatedAt": "2025-11-28T10:14:37.712984Z",
"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": "1c45bfd95e3959b70211c4fbe88356c65c8e8a2e3c3aec3e639e329ffcb74e87"
},
{
"path": "commands/fix-issue.md",
"sha256": "bb61f8bbaf23cdef69dd21bb1c4b9503bf62c99cf59b7d3efb5ca939fc128604"
}
],
"dirSha256": "796956d06586737127bd27b0b635646e08052771035353210c03a21a50e9e383"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}