You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/a11y-debugging/SKILL.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,18 @@ description: Uses Chrome DevTools MCP for accessibility (a11y) debugging and aud
16
16
Start by running a Lighthouse accessibility audit to get a comprehensive baseline. This tool provides a high-level score and lists specific failing elements with remediation advice.
17
17
18
18
1. Run the audit:
19
-
1. Run the audit:
20
-
Call the `lighthouse_audit` tool. It checks "accessibility", "seo", and "best-practices" by default.
21
19
- Set `mode` to `"navigation"` to refresh the page and capture load issues.
22
-
-Optionally set `outputDirPath` to save full HTML/JSON reports.
20
+
-Set `outputDirPath`(e.g., `/tmp/lh-report`) to save the full JSON report.
0 commit comments