[Community Skill] A11y#3
Conversation
Add comprehensive web accessibility (a11y) skill covering WCAG 2.2 compliance patterns. Includes: - Semantic HTML requirements - Keyboard navigation patterns - ARIA attributes and roles - Focus management - Color contrast requirements (WCAG AA) - Form accessibility - Screen reader support - Testing checklist
Review SummaryHey @Dsantiagomj! Great accessibility skill! Just a couple of small fixes needed: 1. Missing "When to Use" SectionThe skill validation expects a Add something like: ## When to Use
- Building UI components that need keyboard navigation
- Adding ARIA attributes to interactive elements
- Ensuring WCAG 2.2 AA compliance
- Creating accessible forms with proper labels
- Implementing focus management in modals/dialogs
- Testing accessibility with screen readers2. Remove Non-Standard Frontmatter FieldRemove the ---
name: accessibility
description: >
Web accessibility (a11y) patterns and WCAG 2.2 compliance.
Trigger: When building accessible components, when adding ARIA attributes, when ensuring WCAG compliance.
metadata:
author: dsantiagomj
version: "1.0"
---What's Great
Almost there! Just add the "When to Use" section and you're good to go. Thanks for the contribution! |
- Add "When to Use" section with trigger scenarios - Remove non-standard license field from frontmatter
- Add "Critical Patterns" section grouping all patterns - Add "Code Examples" section with modal and form examples - Convert pattern sections to subsections (h3) for proper hierarchy
|
Thanks for the feedback @Alan-TheGentleman. |
🗳️ Community Skill VotingThank you for submitting accessibility! How to VoteCommunity members, please vote using reactions on this PR:
Voting PeriodEnds: Saturday, January 31, 2026 (7 days from now) Acceptance Criteria
This comment was automatically generated. Maintainers may fast-track exceptional contributions. |
✅ Community Skill Approved!Final Results: +3 / -0 The community has spoken! This skill has been approved and will be merged. Thank you to everyone who voted and to the contributor for this addition! 🎉 |
|
Error: Resource not accessible by integration |
Summary
What This Skill Covers
Why This Skill Is Valuable
Pattern Style
Follows Gentleman-Skills conventions:
Related
This skill complements existing frontend skills (react-19, angular/core, tailwind-4) by providing accessibility patterns that apply across all frameworks.