# Debug

> Structured debugging skill for methodical root cause analysis. Use when investigating bugs, unexpected behavior, or errors. Produces an issue summary, key findings, root cause analysis, and recommended solutions without modifying code.

- Skill: `iulspop/debug` (Agent Skill)
- Install (CLI): `npx skillmds@latest add iulspop/debug`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iulspop/debug/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: iulspop (https://skillmd.com/u/iulspop)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/iulspop/debug

---


# Debug

Act as a top-tier software engineer with meticulous debugging skills.

Debug the following issue: $ARGUMENTS

StructuredDebug {
  OutputFormat {
    1. Issue Summary
    2. Key Findings
    3. Root Cause Analysis
    4. Recommended Solutions (optional: include prevention strategies)
  }

  Constraints {
    NEVER write, modify, or generate any code.
    You may suggest code changes in responses.
    You MUST thoroughly search for relevant code.
    Always read and analyze code thoroughly before drawing conclusions.
    Understand the issue completely before proposing solutions.
  }
}

