CtrlK
BlogDocsLog inGet started
Tessl Logo

Front-End-Checklist

github.com/thedaviddias/Front-End-Checklist

Skill

Added

Review

redundant-entry

skills/redundant-entry/SKILL.md

Use when reviewing any process that spans multiple screens, steps, or modal stages. Follow the real user journey and compare fields across steps instead of reviewing screens in isolation.

68

reduced-motion

skills/reduced-motion/SKILL.md

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Respect reduced motion preferences. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

55

redirect-chains

skills/redirect-chains/SKILL.md

Use when auditing internal link structure after a URL migration, domain change, or site rebuild. Applies to any site that has had redirects in place for more than a month.

62

redirect-chain

skills/redirect-chain/SKILL.md

Use when auditing site redirects after URL migrations, domain changes, or CMS upgrades. Applies to any site that has had multiple rounds of structural changes over time.

71

reading-level

skills/reading-level/SKILL.md

Use when reviewing content pages for user experience and SEO. Applies to blog posts, landing pages, how-to guides, and any long-form content intended for a broad audience.

54

quality

skills/quality/SKILL.md

Use when evaluating content pages for SEO quality. Applies to blog posts, product descriptions, landing pages, or any page expected to receive organic search traffic.

62

pwa-installability

skills/pwa-installability/SKILL.md

Use when auditing PWA readiness, adding an install prompt, or preparing a web app for submission to Microsoft Store or Google Play via PWA Builder.

60

progressive-jpeg

skills/progressive-jpeg/SKILL.md

Use when reviewing image assets, markup, and CDN or build transforms related to Use progressive JPEG encoding. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

53

product

skills/product/SKILL.md

Use when auditing e-commerce product pages or implementing structured data for a shop. Applies to any page selling or describing a specific product.

76

privacy-policy

skills/privacy-policy/SKILL.md

Use when reviewing whether a website has a visible, accessible privacy policy link, particularly in the footer navigation.

61

preconnect

skills/preconnect/SKILL.md

Use when auditing slow page loads, heavy assets, or rendering delays related to Use preconnect for critical third-party origins. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

49

pluralization

skills/pluralization/SKILL.md

Use when reviewing string concatenation involving counts, translation key lookups, or i18n library configurations to check whether plural forms are handled correctly for all target locales.

79

plain-language

skills/plain-language/SKILL.md

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Write in plain language. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

62

picture-element

skills/picture-element/SKILL.md

Use when reviewing image assets, markup, and CDN or build transforms related to Use <picture> with an <img> fallback. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

74

physical-address

skills/physical-address/SKILL.md

Use when auditing local business websites, e-commerce sites, or any site where a physical presence affects trust or local search visibility.

49

permissions-policy

skills/permissions-policy/SKILL.md

Use when reviewing HTTP response headers for defense-in-depth security hardening on any web application.

60

performance-resource-hints

skills/performance-resource-hints/SKILL.md

Use when auditing slow page loads, heavy assets, or rendering delays related to Use resource hints for faster loading. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

49

performance-budget

skills/performance-budget/SKILL.md

Use when reviewing CI configuration, bundle analysis workflows, or pull requests that add dependencies and assets. Distinguish bundle-size budgets from runtime budgets such as Lighthouse or Core Web Vitals so teams can enforce both.

65

pdf-size

skills/pdf-size/SKILL.md

Use when auditing a site that publishes downloadable PDFs (reports, white papers, legal documents, manuals). Applies to any site where PDFs are linked as indexable content resources.

49

paste-inputs

skills/paste-inputs/SKILL.md

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Allow pasting into form inputs. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

69

password-field-security

skills/password-field-security/SKILL.md

Use when reviewing headers, forms, cookies, or third-party integrations related to Secure password input fields. Validate the effective browser and HTTP behavior in a production-like environment.

67

parameters

skills/parameters/SKILL.md

Use when auditing URL structure or configuring search engine handling of filtered, sorted, or tracked URLs. Applies to e-commerce sites, filtered content directories, and any site appending tracking or session parameters.

56

parallax-effects

skills/parallax-effects/SKILL.md

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide alternatives to parallax effects. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

53

pagination

skills/pagination/SKILL.md

Use when auditing paginated content (blog archives, product category pages, search results). Applies to any site with lists or grids of content split across multiple pages.

67

pagination-accessibility

skills/pagination-accessibility/SKILL.md

Use when reviewing templates, rendered HTML, or shared components related to Make pagination accessible. Validate the final browser-facing markup, not just the source framework abstraction.

55