Skip to content
🆕 Nova skill: Website Spec! Audite sites contra 128 tópicos de HTML, SEO, a11y, segurança e mais. Ver skill →

Front-End Checklist

An exhaustive list of all elements you need to have or test before launching your website or HTML page to production. Inspired by the Front-End-Checklist.

  • Review code before production
  • Validate accessibility
  • Check SEO and performance
  • Enforce front-end best practices
Terminal window
npx skills add https://gitlab.com/fabriciotelles/skills -s front-end-checklist
graph TD
    A[Front-End Checklist] --> B[Head]
    A --> C[HTML]
    A --> D[CSS]
    A --> E[JavaScript]
    A --> F[Performance]
    A --> G[Accessibility]
    A --> H[SEO]
    A --> I[Design]

v1.1 (Mar 2026)

  • Description rewritten with concrete trigger phrases
  • Parameters section with explicit defaults
  • Quality Checklist covering high-priority items
  • Workflow restructured to imperative voice

📄 Full documentation on GitLab