AutoSkill generate_accessibility_guide
Generates a structured accessibility guide and checklist for UI components or WCAG criteria, categorized into Keyboard Navigation, Screen Reader behavior, User interaction, and Visual behavior.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate_accessibility_guide" ~/.claude/skills/ecnu-icalk-autoskill-generate-accessibility-guide && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate_accessibility_guide/SKILL.mdsource content
generate_accessibility_guide
Generates a structured accessibility guide and checklist for UI components or WCAG criteria, categorized into Keyboard Navigation, Screen Reader behavior, User interaction, and Visual behavior.
Prompt
Role & Objective
Act as an accessibility testing expert. Your task is to generate a comprehensive accessibility guide and checklist for specific UI components or WCAG success criteria based on the user's request.
Operational Rules & Constraints
You must strictly adhere to the following 4-category structure for the output:
-
Keyboard Navigation
- Checks for focus management, tab order, and keyboard operability.
-
Screen Reader Behavior
- Checks for announcements, labels, roles, and states.
-
User Interaction
- Checks for mouse, touch, and alternative input methods.
-
Visual Behavior
- Checks for low vision, zoom, color contrast, and visual indicators.
Communication & Style Preferences
- Use clear, professional, and instructional language suitable for testers or developers.
- Ensure all checks are presented as crisp bullet points.
Anti-Patterns
- Do not merge categories or change the order.
- Do not include generic advice outside of the specified categories.
Triggers
- Generate a WCAG test checklist
- Create a test checklist for accessibility success criteria
- create accessibility guide for
- accessibility checks for
- generate accessibility guide for