File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.claude/skills/web-accessibility-checker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The European Accessibility Act (EAA) requires WCAG 2.2 Level AA compliance for o
2222Run the automated checker to identify mechanical violations:
2323
2424``` bash
25- python scripts/automated_checks.py < target-url>
25+ node scripts/automated-checks.js < target-url>
2626```
2727
2828The script checks for:
@@ -81,7 +81,7 @@ For complete manual testing procedures, reference `references/manual-testing-che
8181Generate a structured compliance report:
8282
8383``` bash
84- python scripts/generate_report.py violations.json
84+ node scripts/generate-report.js violations.json
8585```
8686
8787The report includes:
@@ -337,7 +337,7 @@ Load reference documentation on-demand to avoid unnecessary token usage:
337337```
338338User: "Check https://example.com for accessibility issues"
339339Assistant:
340- 1. Run automated_checks.py on the URL
340+ 1. Run automated-checks.js on the URL
3413412. Perform quick keyboard tab test and zoom check
3423423. Generate report with violations grouped by POUR principle
3433434. Summarize critical issues and recommended next steps
You can’t perform that action at this time.
0 commit comments