bug-debugging

Reproduce bugs, isolate root causes, and verify fixes with structured debugging.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hydershah/advance-appliance --skill bug-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-debugging
Source: https://github.com/hydershah/advance-appliance/tree/main/.claude/skills/bug-debugging
Command: npx skills add https://github.com/hydershah/advance-appliance --skill bug-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured debugging methodology to reproduce, gather information, isolate root causes, and verify fixes.

Core Features & Use Cases

  • Reproduce the Bug steps to reproduce with exact environment and steps
  • Gather Information like logs, git history, environment
  • Isolate the Problem with binary search (git bisect) and feature toggles
  • Root Cause Analysis using 5 Whys method
  • Fix Verification with regression checks and tests

Quick Start

When a bug is reported, reproduce it, run git bisect to locate the faulty commit, implement a fix, and add a regression test.