Agent skill
debug
Systematic debugging with structured reproduction and root cause analysis.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/debug-dgkngk-super-kit
SKILL.md
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?
- Reproduce an issue →
workflows/reproduce-issue.md - Find Root Cause →
workflows/root-cause-analysis.md - Create Bug Report →
templates/bug-report.template.md - Research Error Messages →
references/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. Useskills/debug/for guidance.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?