Agent skill

deploy-checklist

Pre-deployment verification for Vercel-hosted Next.js projects. Use before deploying or when user mentions deploy, ship, or release.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-checklist

SKILL.md

Deploy Checklist

Before any deployment, verify:

Code Quality

  1. Run npm run typecheck — zero errors
  2. Run npm run lint — zero warnings
  3. Run npm test — all passing

Environment

  1. Check .env.example is up to date with any new variables
  2. Verify Vercel environment variables are set for production
  3. Confirm no hardcoded localhost URLs or dev API keys

Database

  1. Run npx prisma migrate status — no pending migrations
  2. Verify migration is safe (no destructive changes without confirmation)

Stripe (if SkillsFrame)

  1. Confirm webhook endpoint is registered in Stripe dashboard
  2. Verify webhook signing secret is in production env

Final

  1. Create a git tag: git tag -a v{version} -m "Release {version}"
  2. Push: git push origin main --tags

Report any failures. Do NOT proceed if any check fails.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results