vercel-deploy-audit
Installation
SKILL.md
Run a comprehensive Vercel deployment audit for the current workspace: $ARGUMENTS
Audit Protocol
Run ALL checks in order. For each check, inspect the relevant files, test live endpoints if a deployment URL is available, and record findings with severity ratings.
Severity Levels
- CRITICAL — App is broken in production right now. API calls fail, pages don't load, auth doesn't work.
- HIGH — Will break under common conditions (specific routes, auth flows, cold starts).
- MEDIUM — Degraded behavior or fragile config that could break on next deploy.
- LOW — Best-practice violation, potential future issue.
- INFO — Observation worth noting.