
Frontend Accessibility Performance
- 1 installs
- Updated April 7, 2026
- duongvanhaiwork-coder/common-rules
Validate accessibility and performance impact of frontend UI changes via a checklist covering keyboard nav, labels, re-renders, and list virtualization.
About
Provides an accessibility and performance checklist for frontend UI changes with a structured output of checks and follow-ups. A developer uses it when reviewing UI or layout changes with potential a11y or perf impact.
- Checks keyboard nav, labels/roles, and re-renders
- Requires measurement-driven performance changes
Frontend Accessibility Performance by the numbers
- 1 all-time installs (skills.sh)
- Ranked #984 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/duongvanhaiwork-coder/common-rules --skill frontend-accessibility-performanceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | April 7, 2026 |
| Repository | duongvanhaiwork-coder/common-rules ↗ |
What it does
Validate accessibility and performance impact of frontend UI changes via a checklist covering keyboard nav, labels, re-renders, and list virtualization.
Files
Frontend Accessibility And Performance
When To Use
- UI component or layout changes with potential a11y/perf impact.
- High-traffic screens or rendering-heavy features.
Checklist
1. Verify keyboard navigation and semantic control usage. 2. Verify labels/roles and form accessibility requirements. 3. Verify render behavior avoids unnecessary re-renders. 4. Verify large lists use pagination/virtualization as needed. 5. Verify performance changes are measurement-driven where possible. 6. Document accessibility/performance trade-offs and follow-ups.
Output Format
- Accessibility checks
- Performance checks
- Verification status
- Follow-up actions