Gate a11y
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill gate-a11yAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
无障碍优化 / Accessibility optimization. Fixes WCAG issues, ARIA, semantic HTML, and keyboard navigation. Use when the user wants to improve accessibility.
SKILL.md
0.9 KB, as published. Nobody here has run it
检查并修复:
- 键盘能用吗? — Tab 挨个走一遍,所有按钮都能用键盘操作
- 屏幕阅读器能读吗? — 图片有文字说明,表单有标签
- 颜色看得清吗? — 文字和背景对比度够不够
- 焦点对吗? — 弹窗打开时焦点锁定在里面,关掉时回到原来位置
修完后告诉用户: "做了无障碍优化。现在用键盘 Tab 键可以浏览整个网站,屏幕阅读器能正确读出内容,颜色对比度也调整了——视力不好的用户也能看清。"