Content Preview
# Systematically Debug and Fix Errors Systematically debug and fix errors ## Instructions Follow this comprehensive debugging methodology to resolve: **$ARGUMENTS** 1. **Error Information Gathering** - Collect the complete error message, stack trace, and error code - Note when the error occurs (timing, conditions, frequency) - Identify the environment where the error happens (dev, staging, prod) - Gather relevant logs from before and after the error 2. **Reproduce the Error**
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/debug-error.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/debug-error.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/dev/debug-error.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
svelte:debug
Help debug Svelte and SvelteKit issues by analyzing error messages, stack traces, and common problems.
commandssvelte:debugsveltedebug
by qdhenry · claude-command-suite
debug
Debug WebMCP tools that aren't working correctly
commandsdebug
by qdhenry · claude-command-suite