quality-accessibility

Audit AICP operator-facing surfaces for accessibility issues across CLI, dashboard, and docs.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill quality-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-accessibility
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/quality-accessibility
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill quality-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessibility gaps in operator-facing surfaces (CLI, dashboard, and docs) can hinder effective use and adoption. This skill guides audits to ensure critical interaction paths remain usable by all operators.

Core Features & Use Cases

  • CLI color sanity: verify color usage doesn't rely on color alone and provide text labels.
  • Dashboard accessibility: assess the interactive UI for screen-reader and low-vision compatibility, with non-visual alternatives.
  • Documentation accessibility: review markdown docs for alt text, header continuity, and table semantics.
  • Use Case: run an accessibility audit when onboarding a new operator to ensure tooling is usable by color-blind users and screen readers.

Quick Start

Ask your AI assistant to run an accessibility audit on the operator-facing CLI and docs.

Frequently Asked Questions about quality-accessibility

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

FAQPage Schema
How do I audit my CLI output for color-blind accessibility and screen-reader compatibility?

To audit CLI output for accessibility, you verify that critical interaction paths do not rely on color alone and provide text labels. This ensures color-blind users and screen readers can effectively interact with the interface.

What does NO_COLOR support mean for command-line interface rendering?

NO_COLOR support means the CLI rendering must gracefully degrade to plain text when the environment variable is set. This accessibility standard ensures that color-coded output does not hinder operators who cannot perceive color distinctions.

How do I run an accessibility audit on generated markdown documentation?

Running an accessibility audit on markdown documentation requires reviewing the files for proper alt text, header continuity, and table semantics. This verifies that screen readers can accurately navigate and interpret the generated docs.

Can I use this to assess interactive dashboard widgets for low-vision users?

Yes, you can assess interactive dashboard widgets for low-vision and screen-reader compatibility. The audit evaluates the interactive UI to ensure non-visual alternatives are available for all operator-facing surfaces.

How do I fix CLI interfaces that depend on Unicode characters for critical cues?

To fix CLI interfaces depending on Unicode characters, you must identify the Unicode dependence and propose text labels as alternatives. This removes barriers for environments lacking full Unicode rendering support.