plugins marketplace
← All plugins

bug-fix

v1.0.0

Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.

Claude Code

by danielscholl1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is bug-fix/ inside the repository.

Layout

bug-fix/
└── .claude-plugin/plugin.json

Manifests1

bug-fix/.claude-plugin/plugin.json
{
  "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"
  },
  "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/bug-fix"
}