CtrlK
BlogDocsLog inGet started
Tessl Logo

Front-End-Checklist

github.com/thedaviddias/Front-End-Checklist

Skill

Added

Review

session-cookie-flags

skills/session-cookie-flags/SKILL.md

Use when reviewing server-side session management, setting up authentication middleware, or auditing cookie configuration in HTTP response headers.

61

service-worker

skills/service-worker/SKILL.md

Use when auditing repeat-visit performance, adding offline support, or evaluating PWA readiness for a web application.

58

service-area

skills/service-area/SKILL.md

Use when applies to service businesses (plumbers, lawyers, consultants) serving multiple regions. Use when planning local SEO strategy for businesses without brick-and-mortar locations in every city.

56

sensory-instructions

skills/sensory-instructions/SKILL.md

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

58

semantic-lists

skills/semantic-lists/SKILL.md

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

68

select-name

skills/select-name/SKILL.md

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

58

search-input

skills/search-input/SKILL.md

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

68

scrolljacking

skills/scrolljacking/SKILL.md

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

62

screen-reader-testing

skills/screen-reader-testing/SKILL.md

Use when performing accessibility audits of web pages, components, or full user flows. Applies to all web content accessed via assistive technology. Particularly important for custom JavaScript widgets, single-page applications, dynamically updated content, modal dialogs, and forms with validation.

62

schema-noindex-conflict

skills/schema-noindex-conflict/SKILL.md

Use when applies to any site that uses structured data for rich results. Use when investigating why valid schema markup does not produce rich results in Google Search.

61

scheduler-yield

skills/scheduler-yield/SKILL.md

Use when reviewing JavaScript that performs synchronous loops over large datasets, recursive tree traversals, or bulk DOM updates that may exceed 50 ms on mid-range devices.

64

runtime-validation

skills/runtime-validation/SKILL.md

Use when reviewing code that calls fetch(), reads from localStorage, accesses process.env, or processes form submissions without explicitly validating the incoming data shape.

74

robots-txt

skills/robots-txt/SKILL.md

Use when applies to any public website. Use when auditing technical SEO foundations or diagnosing crawl coverage gaps.

53

robots-meta

skills/robots-meta/SKILL.md

Use when applies to all HTML pages. Use when auditing pages that have disappeared from search results or when checking staging vs. production meta tag parity.

61

robots-meta-conflict

skills/robots-meta-conflict/SKILL.md

Use when applies to sites that use both robots.txt disallow rules and meta robots noindex tags. Use when investigating why deindexed pages still appear in search results.

70

right-to-erasure

skills/right-to-erasure/SKILL.md

Use when auditing account settings pages, privacy dashboards, or API routes to verify that a complete data deletion path exists for users.

57

review

skills/review/SKILL.md

Use when applies to product pages, local business pages, recipes, apps, books, and any page that aggregates user reviews. Use when auditing rich result eligibility for e-commerce or review sites.

61

retina-display

skills/retina-display/SKILL.md

Use when reviewing image assets, markup, and CDN or build transforms related to Support high-DPI retina displays. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

58

responsive-units

skills/responsive-units/SKILL.md

Use when reviewing stylesheets, component styles, and responsive behavior related to Use relative units for responsive layouts. Check the rendered layout across breakpoints and interaction states before proposing a fix.

56

responsive-size

skills/responsive-size/SKILL.md

Use when reviewing image assets, markup, and CDN or build transforms related to Serve images at the correct display size. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

58

responsive-images

skills/responsive-images/SKILL.md

Use when reviewing article images, cards, galleries, or any component rendered at multiple sizes across breakpoints. Check both the markup and the CSS layout because an incorrect `sizes` attribute can negate a perfectly good `srcset`.

60

resource-hints

skills/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.

60

reset-css

skills/reset-css/SKILL.md

Use when reviewing stylesheets, component styles, and responsive behavior related to Use a CSS reset or normalize stylesheet. Check the rendered layout across breakpoints and interaction states before proposing a fix.

58

render-blocking

skills/render-blocking/SKILL.md

Use when auditing slow page loads, heavy assets, or rendering delays related to Eliminate render-blocking resources. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

62

referrer-policy

skills/referrer-policy/SKILL.md

Use when reviewing HTTP response headers for privacy hardening on any website that handles authentication, session state, or sensitive URL parameters.

60