Files
gh-ananddtyagi-claude-code-…/commands/bug-fix.md
2025-11-29 17:53:04 +08:00

558 B

description, author, author-url, version
description author author-url version
Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging. danielscholl https://github.com/danielscholl 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.