AgentSkillsCN

a11y-audit

执行无障碍审计清单,并提出相应的修复建议。

SKILL.md
--- frontmatter
name: a11y-audit
description: Perform an accessibility audit checklist and suggest fixes.
disable-model-invocation: true

Accessibility Audit

Run a focused accessibility pass and list concrete fixes.

When to Use

  • Use this skill before release or for new UI surfaces.

Inputs

  • Target components or pages
  • Known issues or user reports

Instructions

  1. Review semantic HTML usage and heading structure.
  2. Check keyboard navigation and focus management.
  3. Validate ARIA usage (only when necessary).
  4. Confirm color contrast and error announcements.
  5. Suggest tests or automation improvements.

Output

  • A checklist of issues and recommended fixes.