website-accessibility-check

Provide a focused, repeatable accessibility checklist for changes to Eleventy-authored website pages and shared UI building blocks.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "website-accessibility-check" with this command: npx skills add oocx/tfplan2md/oocx-tfplan2md-website-accessibility-check

Skill Instructions

Purpose

Provide a focused, repeatable accessibility checklist for changes to Eleventy-authored website pages and shared UI building blocks.

Hard Rules

Must

  • For any changed page/component, confirm semantic structure and a sensible heading hierarchy.

  • Ensure interactive elements are keyboard reachable and have visible focus.

  • Ensure images/icons that convey meaning have appropriate alt text (decorative images should not add noise).

  • Ensure links have descriptive text (avoid “click here”).

  • For any forms/inputs, ensure there are labels (or equivalent accessible names).

  • Run scripts/website-verify.sh --all and fix failures before claiming done.

  • When shared authored sources change (_includes , _data , styles , site-assets , or examples ), validate at least one representative consuming page in the rendered website/dist/ output.

Must Not

  • Do not claim “done” if basic keyboard navigation is broken.

  • Do not introduce new UI patterns without considering accessibility impact.

Quick Checklist (per changed page)

  • Structure: one clear h1 , no heading level jumps where avoidable

  • Landmarks: use semantic elements (header , nav , main , footer ) where appropriate

  • Keyboard: tab order is logical; focus is visible; no traps

  • Images: meaningful images have alt; decorative images don’t distract screen readers

  • Links: text is descriptive and unique enough in context

  • Color/contrast: avoid low-contrast text and “color-only” meaning

Suggested Workflow (VS Code)

  • Open the changed page via the VS Code preview server (http://127.0.0.1:3000/website/dist/ ), then use the browser/* tools or the website-devtools skill to inspect DOM, focus order, and console state.

  • Use keyboard only (Tab/Shift+Tab/Enter/Space) to navigate key flows.

  • Spot-check headings and landmark structure in the DOM.

  • If shared components or layouts changed, repeat the checks on multiple pages that use them.

  • If available, use the website-devtools skill to validate focus states, responsive behavior, and console errors.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

arc42-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
-50
oocx
General

git-rebase-main

No summary provided by upstream source.

Repository SourceNeeds Review
-20
oocx
General

watch-uat-azdo-pr

No summary provided by upstream source.

Repository SourceNeeds Review
-14
oocx