From frontend-craft
Reviews frontend UI for WCAG 2.2 AA compliance: semantic structure, keyboard navigation, ARIA, screen reader behavior, focus management, contrast, and touch accessibility. Outputs a structured report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-craft:fec-accessibility-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ensure the front-end UI is accessible to users with disabilities, meets the core requirements of WCAG 2.2 AA, and is stable for keyboard, screen reader, touch, and zoom users.
Ensure the front-end UI is accessible to users with disabilities, meets the core requirements of WCAG 2.2 AA, and is stable for keyboard, screen reader, touch, and zoom users.
When writing an accessibility review report, load references/report-template.md. Load references/screen-reader-testing.md when you need to verify screen reader announcements, focus pronunciations, and dynamic areas.
role should not override native semantics.Interactive elements are keyboard accessible, semantics and ARIA are used correctly, and focus management is stable; accessibility check reports are saved as reports/accessibility-review-YYYY-MM-DD-HHmmss.md.
npx claudepluginhub bovinphang/frontend-craftAudits web/app accessibility covering semantics, keyboard flow, focus, labels, ARIA, contrast, and responsive behavior. Useful for frontend changes or existing UI needing accessibility review.
Reviews digital products against WCAG 2.2 AA with automated, keyboard, screen reader, and contrast tests. Use for pre-merge a11y audits, form/component validation, and defining accessibility requirements.
Audits web UIs for WCAG 2.1 AA compliance, checking semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader compatibility. Provides checklists, fixes, and tools like axe-core.