service-debugging
Installation
SKILL.md
Service Debugging
Structured approach to investigating and fixing service issues. Symptoms in, root cause out.
When to Use
- API endpoint returning errors (4xx, 5xx)
- Performance degradation or slow queries
- Service not starting or crashing
- Data inconsistency between services
- After a deploy when something broke
- User reports "something is broken"