Debug

Reproduce and solve bugs through structured phases and root-cause analysis.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/ibnuhalimm/claude-code-resources --skill debug-ibnuhalimm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Debug
Source: https://github.com/ibnuhalimm/claude-code-resources/tree/main/skills/debug
Command: npx skills add https://github.com/ibnuhalimm/claude-code-resources --skill debug-ibnuhalimm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to reproducing and solving bugs, improving debugging efficiency and reducing time to resolution.

Core Features & Use Cases

  • Phase-driven debugging: Problem assessment, investigation, resolution, and QA.
  • Root-cause analysis: Trace execution and state to identify root cause.
  • Documentation & verification: Produce bug report, verify fixes, and prevent regressions.

Quick Start

Reproduce the issue in the dev environment by following the error messages and steps to reproduce, then propose a fix.