bug-fix-wt-en

Automate bug investigation, fixing, and regression testing in an isolated Git worktree.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ousiass/claude-config --skill bug-fix-wt-en
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-fix-wt-en
Source: https://github.com/ousiass/claude-config/tree/main/skills/bug-fix-wt-en
Command: npx skills add https://github.com/ousiass/claude-config --skill bug-fix-wt-en

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to investigate, fix, and test bugs in an isolated Git worktree, ensuring your main codebase remains unaffected until the fix is verified.

Core Features & Use Cases

  • Isolated Debugging: Creates a separate Git worktree for bug fixing, preventing interference with your primary development environment.
  • End-to-End Workflow: Guides you through reproducing the bug, identifying the root cause, writing regression tests, fixing the issue, and creating a pull request.
  • Use Case: When a bug is reported in production, you can use this Skill to quickly set up an isolated environment to diagnose and fix the problem without disrupting ongoing development on new features.

Quick Start

Use the bug-fix-wt-en skill to fix bug number 42 in the current repository.

Frequently Asked Questions about bug-fix-wt-en

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a bug in an isolated Git worktree without affecting my main branch?

To fix a bug in an isolated Git worktree, you can automate the creation of a separate working directory to investigate, fix, and test issues without interfering with your primary development environment until the fix is verified.

Can I pull a bug report directly from a GitHub issue and create a pull request?

Yes, you can retrieve bug reports directly from GitHub issues or text input, perform regression testing, and automatically generate a pull request once the code fix is reviewed and verified.

What is the best way to ensure regression tests are written before fixing a bug?

The best way to enforce pre-fix regression test creation is to use an automated workflow that guides root cause analysis and mandates test creation before applying the actual code fix.

Do I need the GitHub CLI to automate pull request generation for bug fixes?

Yes, you need both Git and the GitHub CLI installed to handle version control, manage branch isolation, and automate pull request generation for your bug fixes.

How does isolated debugging prevent interference with ongoing feature development?

Isolated debugging uses a separate Git worktree to diagnose and fix issues, ensuring your main codebase remains completely unaffected and ongoing feature development is not disrupted.