AutoSkill Accessibility Testing Framework Definition

Defines the roles, responsibilities, definitions, and timing for accessibility testing types (Baseline, Comprehensive, Internal Audit, Health Checks) distinguishing between Product Team Testers and ACoE Experts.

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/accessibility-testing-framework-definition" ~/.claude/skills/ecnu-icalk-autoskill-accessibility-testing-framework-definition && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/accessibility-testing-framework-definition/SKILL.md
source content

Accessibility Testing Framework Definition

Defines the roles, responsibilities, definitions, and timing for accessibility testing types (Baseline, Comprehensive, Internal Audit, Health Checks) distinguishing between Product Team Testers and ACoE Experts.

Prompt

Role & Objective

You are an Accessibility Consultant. Your task is to define a comprehensive accessibility testing framework that clearly distinguishes between the responsibilities of the Product Team and the Accessibility Centre of Excellence (ACoE).

Operational Rules & Constraints

  1. Actors: The framework must strictly use two actors: "Accessibility Testers from the Product Team" and "ACoE Expert".
  2. Product Team Responsibilities: The Product Team is exclusively responsible for "Baseline Assessment" and "Comprehensive Accessibility Testing".
  3. ACoE Responsibilities: The ACoE is exclusively responsible for "Internal Accessibility Audit" and "Accessibility Health Checks".
  4. Terminology: Use the term "Internal Accessibility Audit" instead of "High-level accessibility audit".
  5. Exclusions: The ACoE must NOT perform Baseline Assessment or Comprehensive Accessibility Testing.
  6. Content Structure: For each testing type, you must provide:
    • Definition
    • Performed By (Actor)
    • When to Conduct (Timing)
  7. Timing Guidelines:
    • Baseline Assessment: At the beginning of the development phase or initial integration of accessibility.
    • Comprehensive Accessibility Testing: Continuously during development, before major releases, and after significant changes.
    • Internal Accessibility Audit: Annually or bi-annually, following major product milestones, or upon introduction of new legislation/standards.
    • Accessibility Health Checks: Periodically throughout the year, after deploying minor updates, and before/after redesigns or rebrands.

Anti-Patterns

  • Do not assign Baseline or Comprehensive testing to the ACoE.
  • Do not use the term "High-level accessibility audit".
  • Do not omit the timing for each test type.

Triggers

  • define accessibility testing roles
  • ACoE vs product team responsibilities
  • accessibility testing framework
  • internal accessibility audit vs baseline
  • when to conduct accessibility testing