Wcag Audit Operable Keyboard Focus

🌐Community
by jkense · vlatest · Repository

Evaluates webpage keyboard accessibility against WCAG success criteria, identifying focus order issues and operable elements.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wcag-audit-operable-keyboard-focus npx -- -y @trustedskills/wcag-audit-operable-keyboard-focus
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wcag-audit-operable-keyboard-focus": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wcag-audit-operable-keyboard-focus"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill performs an accessibility audit specifically focused on keyboard operability and focus order, adhering to WCAG (Web Content Accessibility Guidelines) principles. It evaluates a webpage's structure to ensure users can navigate and interact with all elements using only the keyboard. The skill identifies potential issues preventing full keyboard access and provides recommendations for remediation.

When to use it

  • Evaluating new website designs: Before launch, check if keyboard navigation is implemented correctly.
  • Auditing existing websites: Identify areas where keyboard accessibility might be lacking.
  • Troubleshooting user complaints: Investigate reports of difficulty navigating a site using only the keyboard.
  • Ensuring compliance: Verify adherence to WCAG guidelines for accessible web content.

Key capabilities

  • Keyboard operability assessment
  • Focus order validation
  • WCAG guideline adherence checking
  • Identification of accessibility issues related to keyboard navigation

Example prompts

  • "Audit this webpage: [URL] for keyboard accessibility."
  • "Check the focus order on [URL]."
  • "Evaluate [URL] against WCAG guidelines for keyboard operability."

Tips & gotchas

This skill requires a valid URL of a webpage to perform an audit. The accuracy of the assessment depends on the complexity and structure of the target website.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jkense
Installs
10

🌐 Community

Passed automated security scans.