Interactive debugging workflow for Cloudflare Workers. Diagnoses deployment errors, runtime issues, and performance problems with step-by-step fixes.
/plugin marketplace add secondsky/claude-skills/plugin install workers-ci-cd@claude-skills# Workers Debug Command Interactive debugging assistant for diagnosing and fixing Cloudflare Workers issues. ## Execution Workflow ### Phase 1: Error Category Identification Use AskUserQuestion to understand the problem type: **Question**: "What type of issue are you experiencing?" - Options: - Deployment Error (wrangler deploy fails) - Runtime Error (worker crashes or returns 500) - Performance Issue (slow responses, timeouts) - Build Error (bundling or compilation fails) - Binding Error (D1, KV, R2, DO not working) - Authentication Error (wrangler login issues) ### Phase...