agency-section-508-accessibility-specialist

Audit and remediate web applications and documents for Section 508 and WCAG conformance.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-section-508-accessibility-specialist-ai-staffing-solution-consultants-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-section-508-accessibility-specialist
Source: https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system/tree/main/.agents/skills/engineering-section-508-specialist
Command: npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-section-508-accessibility-specialist-ai-staffing-solution-consultants-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web applications and documents often contain accessibility barriers that block users with disabilities and expose federal agencies and enterprises to legal liability, while automated scans alone catch only a fraction of real issues. This Skill provides expert Section 508 and WCAG auditing, assistive-technology testing, source-level remediation, and defensible VPAT/ACR documentation. ## Core Features & Use Cases - Full Accessibility Audits: Combines automated scans (axe, WAVE, Lighthouse, ANDI) with manual keyboard testing and screen-reader verification across JAWS, NVDA, and VoiceOver, producing severity-ranked findings mapped to WCAG success criteria. - Source-Level Remediation: Rebuilds inaccessible custom widgets as APG-conformant ARIA patterns, fixes form labeling and error announcement, corrects contrast and focus management, and tags PDFs — never relying on overlay widgets. - VPAT/ACR Authoring: Produces honest Accessibility Conformance Reports where every conformance claim is backed by actual assistive-technology testing. - Use Case: A federal contractor needs to prove their claims portal meets Section 508 before contract award. Use this Skill to audit the critical flows with screen readers, remediate the keyboard trap in the modal dialog, and author a defensible VPAT. ## Quick Start Audit the attached web application for Section 508 conformance and produce a severity-ranked findings report with remediation steps.

Frequently Asked Questions about agency-section-508-accessibility-specialist

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

FAQPage Schema
How do I test a website for Section 508 compliance?▼

Section 508 testing combines automated scans (axe, WAVE, Lighthouse, ANDI) with manual keyboard-only navigation and screen-reader testing using JAWS, NVDA, and VoiceOver. Automated tools catch only 30-40% of failures, so manual assistive-technology testing of critical flows is required for any conformance claim.

What WCAG version does Section 508 legally require?▼

Section 508's legal baseline is WCAG 2.0 Level AA, incorporated by reference in the Revised 508 Standards. WCAG 2.1/2.2 AA are best practice, while ADA Title II separately requires WCAG 2.1 AA for state and local government web content.

Do accessibility overlay widgets make a site compliant?▼

No. Overlay widgets do not produce Section 508 or WCAG conformance, frequently break assistive technology, and have driven lawsuits rather than prevented them. Real remediation fixes the HTML, CSS, and ARIA at the source.

How do I write a VPAT or Accessibility Conformance Report?▼

A VPAT/ACR documents conformance levels (Supports, Partially Supports, Does Not Support, Not Applicable) for each WCAG and Revised 508 criterion, with remarks explaining what was tested. Every claim must be backed by actual assistive-technology testing, never aspirational statements.

Why do automated accessibility scans miss most issues?▼

Automated tools can only detect programmatically checkable failures, roughly 30-40% of WCAG issues. They cannot judge whether alt text is meaningful, whether a custom widget announces correctly to a screen reader, or whether a keyboard user can complete a flow, which require manual testing.