AgentSkillsCN

Frontend Accessibility Sweep

使 UI 变更符合无障碍与包容性标准。

SKILL.md
--- frontmatter
name: "Frontend Accessibility Sweep"
description: "Keep UI changes compliant with accessibility and inclusivity standards."
tags:
  - frontend
  - accessibility

Checklist

  • Validate semantic HTML structure and ARIA usage.
  • Check color contrast, focus management, and keyboard navigation paths.
  • Ensure dynamic content announces updates via accessible APIs.
  • Verify screen reader flows and mobile/desktop parity.
  • Capture accessibility findings in tracking docs with severity and owners.

Prompts

  • "List the blocking and non-blocking a11y issues for this release."
  • "Suggest component library updates that prevent this class of issue."

Resources

  • WCAG 2.1 quick reference.
  • Internal component accessibility guidelines.