Comprehensive Chrome DevTools development system with native Chrome capabilities for debugging, E2E testing, performance analysis, and browser automation
38
22%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/chrome/SKILL.mdAdvanced browser development support system utilizing Chrome DevTools MCP's native capabilities for debugging, E2E testing, performance analysis, and comprehensive browser automation.
ps aux | grep chrome | wc -lALWAYS prioritize Chrome DevTools MCP for all browser operations:
mcp__chrome-devtools__take_snapshot for complete DOM structure analysismcp__chrome-devtools__performance_start_trace, performance_stop_tracemcp__chrome-devtools__click, fill, navigate_page, take_screenshotmcp__chrome-devtools__list_console_messages, evaluate_scriptmcp__chrome-devtools__list_network_requests/chrome [action] [target] [options]| Action | Description | Example |
|---|---|---|
analyze | Comprehensive page analysis | /chrome analyze --full |
summarize | Content summarization | /chrome summarize --structure |
extract | Data extraction | /chrome extract --metadata |
logs | View console messages | /chrome logs --filter "ERROR" |
debug | Debug specific issues | /chrome debug "login fails" |
test | E2E testing scenarios | /chrome test --scenario login |
perf | Performance analysis | /chrome perf start --trace |
network | Network monitoring | /chrome network list |
screenshot | Capture screenshots | /chrome screenshot --full-page |
| Option | Description |
|---|---|
--headless | Headless mode |
--verbose | Detailed output |
--analyze | Auto-analysis |
--filter | Content filtering |
45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.