serverless-debugging
Installation
SKILL.md
Serverless Debugging
Systematic debugging when traditional server logs and SSH are unavailable. Complements test-failure-triage with environment-specific constraints.
When to use
- Intermittent 5xx from functions
- Timeout or memory limit errors
- Works locally but fails when deployed
When not to use
- Long-running container services with full shell access
- Client-only bugs (use browser DevTools skills)