Debug

Systematic debugging with structured reproduction and root cause analysis.

majiayu000 04bf2a1 2 files · 1.9 KB Updated 567 repo stars

File contents

Debug Skill

Overview

Don't guess; verify. This skill guides you through the systematic process of identifying, reproducing, and fixing bugs.

When To Use

  • Users report a bug
  • You encounter an unexpected error
  • Tests are failing inexplicably

Instrumentation

# Log usage when using this skill
Call MCP `call_tool_logger_manager` { action: "logSkill", name: "debug", outcome: "manual" }

What do you want to do?

  1. Reproduce an issueworkflows/reproduce-issue.md
  2. Find Root Causeworkflows/root-cause-analysis.md
  3. Create Bug Reporttemplates/bug-report.template.md
  4. Research Error Messagesreferences/common-errors.md

The Golden Rule of Debugging

"If you haven't reproduced it, you haven't fixed it."

Always implement a reproduction case (test or script) BEFORE attempting a fix. Create a minimal reproduction test case that triggers the issue.

[!NOTE] No top-level debug/ folder exists. Use skills/debug/ for guidance.

majiayu000/claude-skill-registry-data/tree/main/development/debug-dgkngk-super-kit commit 04bf2a1800

Frequently asked questions

npx skillmds add majiayu000/debug-14