Wcag Audit Understandable Forms Deep
Analyzes form accessibility using WCAG guidelines, identifying complex language & suggesting improvements for user comprehension.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add wcag-audit-understandable-forms-deep npx -- -y @trustedskills/wcag-audit-understandable-forms-deep
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"wcag-audit-understandable-forms-deep": {
"command": "npx",
"args": [
"-y",
"@trustedskills/wcag-audit-understandable-forms-deep"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs a deep audit of web forms to ensure they meet WCAG (Web Content Accessibility Guidelines) success criteria related to form understandability. It analyzes elements like labels, instructions, error messages, and input fields to identify potential accessibility issues for users with disabilities. The goal is to provide actionable recommendations for improving form usability and compliance.
When to use it
- Accessibility Remediation: After a user reports difficulty understanding or completing a web form.
- Pre-Launch Accessibility Check: Before deploying a new website or redesigning existing forms.
- WCAG Compliance Audits: As part of a broader accessibility audit process to ensure adherence to WCAG guidelines.
- Improving User Experience: To proactively enhance the usability and clarity of web forms for all users, not just those with disabilities.
Key capabilities
- Analyzes form labels and instructions.
- Evaluates error message clarity and placement.
- Checks input field accessibility (e.g., proper use of
aria-describedby). - Identifies potential WCAG violations related to form understandability.
Example prompts
- "Audit this web form for WCAG compliance: [URL]"
- "Analyze the form on [URL] and identify any issues with label clarity."
- "Check if the error messages on this form are accessible according to WCAG guidelines: [URL]"
Tips & gotchas
The skill's effectiveness depends on accurate HTML structure. Ensure the provided URL points directly to the form’s HTML, not a rendered page that might obscure underlying code.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.