.agents/skills/web-accessibility-audit/SKILL.md
| name | description | license | tags | |------|-------------|---------|------| | web-accessibility-audit | Audit web pages and components for WCAG 2.1 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA labels, screen reader compatibility, and focus management. Returns prioritized fixes with code examples. | MIT | --- accessibility wcag a11y compliance web | # Web Accessibility Audit ## Overview Conduct a comprehensive WCAG 2.1 accessibility audit of web pages and UI componen
npx skillsauth add Greenmamba29/skillsdotmd_web .agents/skills/web-accessibility-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| name | description | license | tags | |------|-------------|---------|------| | web-accessibility-audit | Audit web pages and components for WCAG 2.1 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA labels, screen reader compatibility, and focus management. Returns prioritized fixes with code examples. | MIT | --- accessibility wcag a11y compliance web |
Conduct a comprehensive WCAG 2.1 accessibility audit of web pages and UI components, identifying violations with specific fix recommendations and code examples to achieve AA or AAA compliance.
<html lang> attribute set correctly.<label> or aria-label.WCAG_LEVEL=AA
INCLUDE_AAA=false
CHECK_CONTRAST=true
CHECK_KEYBOARD=true
CHECK_ARIA=true
GENERATE_FIXES=true
Input:
url: https://example.com/checkout
wcag_level: AA
include_components: [form, modal, nav]
Output:
Accessibility Audit Report
URL: https://example.com/checkout
WCAG Level: AA
Violations: 11 (3 Critical, 5 Serious, 3 Moderate)
Critical (3):
- 1.4.3 Contrast: Button text #999 on #fff fails 4.5:1 (ratio: 2.85:1)
Fix: Change to #767676 or darker
- 2.1.1 Keyboard: "Apply coupon" button not keyboard accessible
Fix: Add tabindex="0" and keydown handler
- 4.1.2 Name/Role: Payment iframe has no accessible name
Fix: Add title="Payment form" to iframe
Series (5): [form label, focus visibility, skip link issues]
Moderate (3): [heading order, ARIA landmark]
Pass: 47/58 criteria
tools
Automate end-to-end new customer onboarding for SaaS and marketplace platforms. Use when onboarding new customers after signup or contract signing, including account provisioning in CRM (HubSpot/Salesforce), sending personalized welcome email sequences via SendGrid, creating and tracking onboarding checklists, scheduling kickoff calls via Calendly/Cal.com, monitoring customer health scores, and generating time-to-value reports. Triggers on tasks involving new customer setup, onboarding automation, welcome sequences, CSM task assignment, or onboarding health tracking.
development
Migrates Zapier zaps to Make.com scenarios automatically. Use when asked to convert, port, or recreate Zapier workflows in Make.com.
development
Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.
tools
| name | description | license | tags | |------|-------------|---------|------| | webapp-testing | Generate and execute comprehensive test suites for web applications. Covers unit, integration, E2E, and visual regression tests. Analyzes application structure to create meaningful test cases with high coverage. | MIT | --- testing qa automation e2e playwright jest | # Webapp Testing ## Overview Generate and execute comprehensive test suites for web applications covering unit, integration, end-t