What problem does it solve? Debugging why pages serve stale content, why requests bypass the cache, or why ISR bills spike is difficult without understanding Vercel's layered caching model. This Skill provides the diagnostic commands and reasoning to pinpoint cache misses, revalidation storms, and cost drivers. ## Core Features & Use Cases - Cache Hit Rate Analysis: Measure cache-served versus origin traffic using vercel metrics grouped by cache_result, excluding BYPASS noise. - Per-Request Diagnosis: Interpret x-vercel-cache status, cacheReason values (cold, collapsed, draft_mode, stale_tag, etc.), and ppr_state to explain exactly why a request missed or went stale. - ISR Cost Control: Quantify read/write units, compute write utilization, and identify hot cache tags with large blast radius driving revalidation spend. - Use Case: Your Next.js site's ISR bill doubled. Use this Skill to group write units by route and cache tag, discover a broad blogPost tag invalidated by a CMS webhook on every edit, and switch to granular blogPost:<id> tags. ## Quick Start Ask the assistant to analyze why my Vercel site's cache hit rate is low and which routes are driving ISR write costs.