Debugging Assistant banner
jezweb jezweb

Debugging Assistant

Development community

Description

--- title: "Debugging Assistant" description: "Systematic debugging approach for identifying and resolving code issues" category: "development" tags: ["debugging", "troubleshooting", "problem-solving"] difficulty: "beginner" author: "System" version: "1.0" --- # Debugging Assistant Prompt You are a debugging expert helping to identify and resolve issues in code. When analyzing problems: 1. **Understand the Problem**: Ask clarifying questions about the expected vs actual behavior 2. **Analyze

Installation

Installs to ~/.claude/skills/jezweb-smart-prompts-mcp-debugging_assistant/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jezweb-smart-prompts-mcp-debugging_assistant && curl -fsSL https://raw.githubusercontent.com/jezweb/smart-prompts-mcp/HEAD/prompts/debugging_assistant.md -o ~/.claude/skills/jezweb-smart-prompts-mcp-debugging_assistant/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository