cognitive-accessibility

Evaluate user interfaces for cognitive accessibility compliance with WCAG 2.2 and COGA guidance.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/josephblais/jeeby-cms --skill cognitive-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cognitive-accessibility
Source: https://github.com/josephblais/jeeby-cms/tree/main/.github/skills/cognitive-accessibility
Command: npx skills add https://github.com/josephblais/jeeby-cms --skill cognitive-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenges users face with cognitive load, clarity, and memory demands in digital interfaces, ensuring broader accessibility.

Core Features & Use Cases

  • WCAG 2.2 Compliance: Provides detailed checks for new cognitive accessibility criteria like Redundant Entry and Accessible Authentication.
  • Plain Language & Readability: Analyzes content for clarity, sentence structure, and reading level (aiming for Grade 8 or below).
  • Authentication & Forms: Detects patterns that hinder accessible authentication and identifies redundant data entry in forms.
  • Use Case: A product manager can use this Skill to review a new checkout flow, ensuring that error messages are clear, forms don't ask for information twice, and the authentication process is simple for users with cognitive disabilities.

Quick Start

Analyze the provided form for cognitive accessibility issues, focusing on redundant entry and error message clarity.

Frequently Asked Questions about cognitive-accessibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my UI for cognitive accessibility compliance?

To check cognitive accessibility compliance, evaluate your UI against WCAG 2.2 and COGA guidance by analyzing content for plain language, reading level, authentication patterns, redundant entry, and timeout warnings to ensure usability for individuals with cognitive disabilities.

What reading level should content meet for cognitive accessibility?

Content should aim for a Grade 8 reading level or below to meet cognitive accessibility standards. Analyzing clarity and sentence structure ensures the text is understandable for users with cognitive, learning, and neurological disabilities.

What are the WCAG 2.2 requirements for accessible authentication?

Accessible authentication under WCAG 2.2 requires evaluating UI elements to detect patterns that hinder login. It ensures the authentication process is simple and does not rely on cognitive function tests for users with cognitive disabilities.

How do I identify redundant entry issues in forms?

Identify redundant entry issues by analyzing form structures to ensure information is not requested twice. This cognitive accessibility check reduces memory demands and helps users complete multi-step processes like checkout flows more easily.

Does cognitive accessibility evaluation require specific UI frameworks?

No specific UI frameworks are required. The evaluation analyzes provided UI elements, instructional text, and form structures directly, meaning you can assess cognitive load, plain language, and timeout warnings regardless of your platform.

Why does cognitive load affect form completion rates?

Cognitive load affects form completion because high memory demands and unclear error messages create barriers. Evaluating instructional text and eliminating redundant data entry ensures forms are usable for individuals with learning and neurological disabilities.