Skip to content

Commit 2bf4124

Browse files
committed
docs: update script references from Python to JavaScript
1 parent 2541a3c commit 2bf4124

File tree

1 file changed

+3
-3
lines changed
  • .claude/skills/web-accessibility-checker

1 file changed

+3
-3
lines changed

.claude/skills/web-accessibility-checker/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The European Accessibility Act (EAA) requires WCAG 2.2 Level AA compliance for o
2222
Run 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

2828
The script checks for:
@@ -81,7 +81,7 @@ For complete manual testing procedures, reference `references/manual-testing-che
8181
Generate 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

8787
The report includes:
@@ -337,7 +337,7 @@ Load reference documentation on-demand to avoid unnecessary token usage:
337337
```
338338
User: "Check https://example.com for accessibility issues"
339339
Assistant:
340-
1. Run automated_checks.py on the URL
340+
1. Run automated-checks.js on the URL
341341
2. Perform quick keyboard tab test and zoom check
342342
3. Generate report with violations grouped by POUR principle
343343
4. Summarize critical issues and recommended next steps

0 commit comments

Comments
 (0)