What problem does it solve? Vercel bills and slow routes are hard to diagnose because teams guess at causes from source code instead of measured production signals. This Skill collects Vercel metrics, usage, and project configuration first, then investigates only the routes and files that deterministic gates flag, producing verified, citation-backed optimization recommendations. ## Core Features & Use Cases - Metric-First Auditing: Collects route-level function invocations, duration, cold starts, cache hit rates, Core Web Vitals, and billing usage through the Vercel CLI before reading any source files. - Deterministic Gating: Pure JavaScript threshold gates decide which candidates deserve investigation, with a default budget of 6 code-scope candidates and an interactive scope checkpoint. - Verified Recommendations: Every recommendation is checked against real files, an allow-listed documentation library, and detected framework versions before rendering a Markdown report. - Use Case: A team with a rising Vercel bill runs the audit on their Next.js app; the Skill identifies an uncached high-traffic route and an over-broad middleware matcher, then delivers before/after code fixes with official documentation citations. ## Quick Start From a linked Vercel project directory, ask your coding agent to optimize this Vercel project and reduce its bill.