From 0216966bcee71889974447cc8171c934513497e3 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:53:04 +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..f50a27f --- /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..9aaec25 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/bug-fix", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "15619e447b0605090f180b300faaf1a0c8d00fc3", + "treeHash": "f31d9e1995d5923d69dba275ad1f01d2d67cdd925e75d20dfcf04aaf0adfa0e1", + "generatedAt": "2025-11-28T10:13:22.830405Z", + "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": "dd884bc5525c170fd347851d9c48e14b5909cbcffdf381fd09e06f638445bce8" + }, + { + "path": "commands/bug-fix.md", + "sha256": "dd94b2db1d5ac001cc236b90765e52ebf90d0eb46202887102e4181c7911cce2" + } + ], + "dirSha256": "f31d9e1995d5923d69dba275ad1f01d2d67cdd925e75d20dfcf04aaf0adfa0e1" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file