Michael Hablich
21634e660c
docs: Adapt a11y skill to utilize Lighthouse ( #1054 )
...
- **feat: Add Lighthouse audit as the initial step in the accessibility
debugging workflow and reorder subsequent sections.**
- **feat: Add critical instructions for parsing Lighthouse audit reports
to efficiently extract failing elements.**
2026-02-27 06:47:06 +00:00
Matthias Rohmer
2cd9b95346
feat: add skill to debug and optimize LCP ( #993 )
...
This is a draft for new skill to debug and optimize LCP scores, going
hand in hand with
https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/831 .
Base for this skill is key authoritative learning material from web.dev,
about debugging and optimizing LCP, mainly:
- http://web.dev/articles/lcp
- http://web.dev/articles/optimize-lcp
- https://web.dev/articles/top-cwv
I gave the content of those articles together with the [tool
reference](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/tool-reference.md ),
the README and the chrome-devtools core skill to both Claude Opus 4.6
and Gemini 3 Pro and their respective skill creator skills. The final
skill in this PR is a merge of multiple runs with both models.
The snippets to run with `evaluate_script` is something only Opus came
up with, but I think it's quite nice, though our own `performance_*`
tools might give the same insight but likely with more overhead (meaning
tokens).
2026-02-23 15:41:14 +00:00
Alex Rudenko
c402b43697
feat: --slim mode for maximum token savings ( #958 )
...
- navigate
- run js
- take screenshot
That's it. Basic functionality for a low (~368) token price.
2026-02-23 14:42:27 +00:00
Michael Hablich
5cedcaad2c
refactor: simplify JavaScript code examples, update code block language, and refine descriptions in a11y debugging skill documentation. ( #1009 )
2026-02-20 14:04:03 +00:00
Michael Hablich
b0c6d042e4
feat: add a new skill for accessibility debugging and auditing with Chrome DevTools MCP. ( #1002 )
2026-02-20 12:34:00 +00:00
Alex Rudenko
107c46a4db
docs: Update README with WSL configuration details ( #946 )
...
Added workarounds for using chrome-devtools-mcp in WSL.
Drive-by: moved known issues from readme to troubleshooting.
Drive-by: updated skill to link to troubleshooting.
Drive-by: rephrased for clarity.
2026-02-13 08:28:01 +00:00
Alex Rudenko
aa0a3679f5
feat: add a skill for using chrome-devtools-mcp ( #830 )
...
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/710
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/709
2026-01-26 10:04:39 +00:00