scanning-accessibility
Validate WCAG compliance and accessibility standards (ARIA, keyboard navigation).
Content Preview
--- name: scanning-accessibility description: | Validate WCAG compliance and accessibility standards (ARIA, keyboard navigation). Use when auditing WCAG compliance or screen reader compatibility. Trigger with phrases like "scan accessibility", "check WCAG compliance", or "validate screen readers". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:a11y-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw ---
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/scanning-accessibility.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/accessibility-test-scanner/skills/scanning-accessibility/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/testing/accessibility-test-scanner/skills/scanning-accessibility/SKILL.md
Related Skills
Scanning Container Security
This skill enables Claude to scan container images and running containers for vulnerabilities using tools like Trivy and Snyk. It identifies potential security risks in container environments. Use this skill when the user requests a security assessment of a container image, asks to identify vulnerab
skill-adapterscanning container security
by jeremylongshore · plugins-plus-skills
Scanning for Data Privacy Issues
This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan
skill-adapterscanning for data privacy issues
by jeremylongshore · plugins-plus-skills
Scanning for GDPR Compliance
This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GD
skill-adapterscanning for gdpr compliance
by jeremylongshore · plugins-plus-skills
Scanning Input Validation Practices
This skill enables Claude to automatically scan source code for potential input validation vulnerabilities. It identifies areas where user-supplied data is not properly sanitized or validated before being used in operations, which could lead to security exploits like SQL injection, cross-site script
skill-adapterscanning input validation practices
by jeremylongshore · plugins-plus-skills