commit b65d5f75dac027931961357d92c61c0f2c00bb5e Author: Zhongwei Li Date: Sat Nov 29 18:05:54 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..73626ed --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b2de83 --- /dev/null +++ b/README.md @@ -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. diff --git a/commands/fix-issue.md b/commands/fix-issue.md new file mode 100644 index 0000000..48d4d19 --- /dev/null +++ b/commands/fix-issue.md @@ -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 \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..370e41c --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file