help-url-reference

Solid

Centralized help URL reference for accessibility remediation. Maps axe-core rule IDs to Deque University topics, document rule IDs to Microsoft Office and Adobe PDF help pages, and WCAG criteria to W3C Understanding documents. Use when generating CSV exports, markdown reports, or any output that links findings to external remediation documentation.

Data & Documents 306 stars 32 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- CANONICAL SOURCE: .github/skills/help-url-reference/SKILL.md -- Edit the canonical source; sync to Gemini via scripts/check-gemini-sync.ps1 --> # Help URL Reference Centralized mapping of accessibility rule IDs and WCAG criteria to external help documentation. Used by CSV reporters, audit report generators, and any agent that links findings to remediation guidance. ## Deque University (Web Accessibility) ### axe-core Rule URL Pattern ```text Base URL: https://dequeuniversity.com/rules/axe/4.10/ Pattern: {base_url}{rule-id} Example: https://dequeuniversity.com/rules/axe/4.10/image-alt ``` For any axe-core rule, construct the URL by appending the rule ID to the base URL. This pattern covers all axe-core rules. ### Common axe-core Rules | Rule ID | Issue | WCAG | Deque Help URL | |---------|-------|------|---------------| | `image-alt` | Image missing alternative text | 1.1.1 | `https://dequeuniversity.com/rules/axe/4.10/image-alt` | | `button-name` | Button has no accessible name | 4.1.2 | `https://dequeuniversity.com/rules/axe/4.10/button-name` | | `color-contrast` | Text has insufficient contrast | 1.4.3 | `https://dequeuniversity.com/rules/axe/4.10/color-contrast` | | `label` | Form element has no label | 1.3.1 | `https://dequeuniversity.com/rules/axe/4.10/label` | | `link-name` | Link has no discernible text | 4.1.2 | `https://dequeuniversity.com/rules/axe/4.10/link-name` | | `html-has-lang` | Page missing lang attribute | 3.1.1 | `https://dequeuniversity.com...

Details

Author
Community-Access
Repository
Community-Access/accessibility-agents
Created
3 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

accessibility-rules

Cross-format document accessibility rule reference with WCAG 2.2 mapping. Use when looking up accessibility rules for Word (DOCX-*), Excel (XLSX-*), PowerPoint (PPTX-*), or PDF (PDFUA.*, PDFBP.*, PDFQ.*) documents, or when mapping findings to WCAG success criteria for compliance reporting.

306 Updated 3 days ago
Community-Access
Web & Frontend Listed

a11y-fixes

Resolve axe-core accessibility violations reported by Vitest (test/a11y.ts), Playwright (.playwright/a11y.ts), or the code-review-audit agent's a11y bucket. Trigger on any axe rule id appearing in test output, not only the ones named here. Contains fix patterns for the most common violations (color-contrast, label, label-title-only, image-alt, button-name, link-name, region, landmark-one-main, heading-order, aria-allowed-attr, aria-required-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, focus-trap, tabindex, html-has-lang, document-title, duplicate-id, listitem, definition-list); for any violation not listed, apply the general axe guidance and the same fix-then-verify loop.

15 Updated today
gaia-react
Web & Frontend Listed

accessibility

This skill should be used when building or reviewing UI for accessibility — keyboard navigation, screen readers, ARIA, color contrast, focus states, accessible forms, or WCAG compliance. Trigger phrases include "make it accessible", "a11y", "accessibility", "WCAG", "ARIA", "keyboard navigation", "screen reader", "color contrast", "focus states", "accessible form", "is this compliant", "EAA", "ADA". It targets WCAG 2.2 AA with concrete component rules and an axe-core test step.

1 Updated 6 days ago
MartinOlivero