Loading...
Loading...
Investigate traffic anomalies, spikes, and service degradation on Cloudflare-protected domains. Uses Cloudflare MCP tools for GraphQL analytics, JA4 fingerprint analysis, bot/WAF security scoring, and incident reporting. Use this skill whenever traffic spikes, service overloads, 429 errors, circuit breaker events, Cloudflare analytics, or domain performance issues are mentioned — even if the user doesn't explicitly say "traffic spike". Also triggers when asked to check Cloudflare data for any domain.
npx skill4agent add delexw/claude-code-misc cloudflare-traffic-investigator| Argument | Description |
|---|---|
| Cloudflare-protected domain to investigate (e.g., |
| Cloudflare zone ID for the domain (e.g., |
| (optional) Time range to investigate (e.g., |
AskUserQuestionmcp__cloudflare-api__searchmcp__cloudflare-api__executecloudflare.request()/graphql/zonest13d311200_e8f1e7e78f70_d339722ba4af| Pattern | Signal | Resolution |
|---|---|---|
| Circuit Breaker Cascade | 429 → timeout → breaker opens | Scale service or add rate limiting |
| Retry Storm | Error count exceeds initial traffic | Add exponential backoff, client-side circuit breaker |
| Single User Amplification | One user dominates request count | Contact user, fix frontend logic |
| Undersized Service | Normal distribution, fails at <10 req/sec | Scale service capacity urgently |
| Cascading Failure | Multiple services failing sequentially | Isolate fault, restart root service |
| Cache Stampede | Spike after cache expiration | Cache lock, stale-while-revalidate |
| Priority | Condition |
|---|---|
| P1 — Immediate | Service 429 errors / circuit breaker open, >10% error rate, cascading failures |
| P2 — High | Single user >500 req/hour on critical endpoint, sustained spike >50% above baseline, multiple dependencies affected |
| P3 — Monitor | Moderate increase <50% above baseline, isolated user anomalies |
AskUserQuestion