From 6f16a81a192b122fbeb35242b3040ea9a40cf59b Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:04:26 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ commands/bug-fix.md | 19 ++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/bug-fix.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..3d00d34 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "bug-fix", + "description": "Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.", + "version": "1.0.0", + "author": { + "name": "danielscholl", + "url": "https://github.com/danielscholl" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e195edf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bug-fix + +Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging. diff --git a/commands/bug-fix.md b/commands/bug-fix.md new file mode 100644 index 0000000..7643494 --- /dev/null +++ b/commands/bug-fix.md @@ -0,0 +1,19 @@ +--- +description: Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging. +author: danielscholl +author-url: https://github.com/danielscholl +version: 1.0.0 +--- + +Understand the bug: $ARG + +Before Starting: +- GITHUB: create a issue with the a short descriptive title. +- GIT: checkout a branch and switch to it. + +Fix the Bug + +On Completion: +- GIT: commit with a descriptive message. +- GIT: push the branch to the remote repository. +- GITHUB: create a PR and link the issue. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..f2406bb --- /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/bug-fix", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "e8bcea9b540b418bf1a05c3ba9999ec7a3ec7cae", + "treeHash": "5f78f3a362a43dcf9cdcfafca275e21a60a56796853179cb525d1c74db8678e8", + "generatedAt": "2025-11-28T10:14:36.576371Z", + "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": "bug-fix", + "description": "Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "f0e239373c903b8f32ff3c32d2ecd51ef696d402ba187dd9e08ce0ca7daf9a30" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "16e4ee0b1ba3a5667e164bbb3e785ddb654e6642f9e460d60197e397bd1571e6" + }, + { + "path": "commands/bug-fix.md", + "sha256": "dd94b2db1d5ac001cc236b90765e52ebf90d0eb46202887102e4181c7911cce2" + } + ], + "dirSha256": "5f78f3a362a43dcf9cdcfafca275e21a60a56796853179cb525d1c74db8678e8" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file