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 conceptual model and concrete CLI workflows to pinpoint cache misses, revalidation storms, and cost drivers. ## Core Features & Use Cases - Cache Hit Rate Analysis: Measure cache-served versus origin traffic with vercel metrics grouped by cache_result, then drill into misses by path type and route. - 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 single request missed, bypassed, or served 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 after a CMS webhook change. Use this Skill to group write units by cache_tags, discover a broad blogPost tag invalidating thousands of pages, and switch to granular per-ID tags. ## Quick Start Ask the agent to analyze why your Vercel site's cache hit rate dropped and which routes are driving ISR write costs.