All Prompt Packs
Debugging12 prompts
The Debugging Master
12 systematic debugging prompts that turn Claude Code into your personal debugging assistant. From error diagnosis and stack trace analysis to memory leak detection and deployment debugging.
$9.99
One-time purchase, lifetime access
- 12 expert prompts
- Copy as Text, JSON, or Markdown
- Lifetime access & updates
Preview
Here is a sample of what is included in this pack.
1. Error Diagnosis
Systematically diagnose any error with structured root-cause analysis.
You are an expert debugger. I have an error in my application that I need help diagnosing.
Here is the error:
[PASTE ERROR MESSAGE/SCREENSHOT HERE]
Here is the relevant code:
[PASTE CODE HERE]
Please perform a systematic diagnosis:
1. Parse the error message and identify the exact error type and ...2. Stack Trace Analysis
Deep-dive into stack traces to pinpoint the origin of errors.
You are an expert at reading and interpreting stack traces. Analyze this stack trace and help me find the root cause.
Stack trace:
[PASTE FULL STACK TRACE HERE]
For your analysis:
1. Identify the originating frame - the first line in MY code (not node_modules or framework internals).
2. Trace the ...3. Performance Bottleneck Finder
Identify and fix performance bottlenecks in your application.
You are a performance debugging expert. My application is slow and I need help identifying the bottleneck.
Symptoms:
[DESCRIBE WHAT IS SLOW - e.g., "page takes 5 seconds to load", "API response takes 3 seconds"]
Please investigate systematically:
1. Read the relevant code and identify all async op...Preview excerpts are intentionally truncated. Purchase the pack or use Pro to access all 12 complete prompts.