Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:04 +08:00
commit 0216966bce
4 changed files with 79 additions and 0 deletions

View File

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

3
README.md Normal file
View File

@@ -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.

19
commands/bug-fix.md Normal file
View File

@@ -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.

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