debug-timeouts
Installation
SKILL.md
Debug Timeouts Command
Overview
Systematically analyze and debug timeout configurations across application layers to identify timeout hierarchies, conflicts, and root causes of unexpected delays.
Usage
/debug-timeouts [--layer=all|http|transport|context|server] [--search-pattern=<pattern>] [--trace-path] [--suggest-fixes]
Parameters
--layer: Focus on specific timeout layer (default: all)--search-pattern: Custom regex pattern to find timeout configurations--trace-path: Trace timeout chain from entry point to network--suggest-fixes: Provide specific recommendations for timeout issues