From bug-fix
Creates a GitHub issue for the bug, checks out a feature branch, implements and tests the fix, then commits, pushes, and opens a pull request linking the issue.
How this command is triggered — by the user, by Claude, or both
Slash command
/bug-fix:bug-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
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.
Understand the bug: $ARG
Before Starting:
Fix the Bug
On Completion:
10plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 10 plugins
npx claudepluginhub xbim08/awesome-claude-code-plugins --plugin bug-fix/bug-fixCreates a GitHub issue for the bug, checks out a feature branch, implements and tests the fix, then commits, pushes, and opens a pull request linking the issue.
/bug-fixGuides a structured bug-fix workflow: creates GitHub issue, branches, implements fix, commits, pushes, and opens a PR linked to the issue.
/fix-issueAnalyzes a GitHub issue, implements a fix on a new branch, and creates a pull request that references and auto-closes the issue.
/fix-issueOrchestrates a complete bug fix workflow from analysis to PR creation, assembling virtual agents for planning, execution, and validation.
/fix-issueFixes a GitHub issue by analyzing it, creating a plan, implementing changes in a new branch, testing, and opening a pull request.
/fix-issueFetches a GitHub issue by number, creates a branch, implements the fix, and opens a pull request.