Frontend Delivery Production Checklist

Standardized guidelines and patterns for Frontend Delivery Production Checklist.

valec3 016fa7b 1.0 KB Updated

File contents

Frontend Delivery Production Checklist

When to use this skill

  • Before deploying to production
  • Production readiness review
  • Performance optimization

Workflow

  • Run production build
  • Check bundle size
  • Run Lighthouse audit
  • Test on real devices
  • Verify error tracking
  • Check analytics

Instructions

Checklist

  • All environment variables set
  • Error boundaries in place
  • Error tracking configured (Sentry)
  • Analytics configured
  • SEO meta tags present
  • Images optimized
  • Bundle size < 200KB (gzipped)
  • Lighthouse score > 90
  • Accessibility tested
  • Security headers configured
  • HTTPS enabled
  • CDN configured

Performance

npm run build
npm run preview
lighthouse http://localhost:4173

Resources

  • Use production build for testing
  • Run Lighthouse before deploy
  • Monitor bundle size

valec3/Agents.skills.md/tree/main/.agent/skills/frontend-delivery-production-checklist commit 016fa7b625

Frequently asked questions

npx skillmds add valec3/frontend-delivery-production-checklist