Browser Testing with DevTools
Use Chrome DevTools for live runtime inspection — network, console, performance, and DOM debugging during testing.
Descripción General
Para qué sirve
- Inspecting network requests during a bug
- Profiling runtime performance
- Debugging console errors live
- Verifying DOM state in the browser
Instalar
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install browser-testing-with-devtools
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/browser-testing-with-devtools ~/.claude/skills/browser-testing-with-devtools Explora herramientas de IA
Las mejores herramientas de IA que complementan tus habilidades
Lee artículos sobre IA y diseño
Consejos y tendencias en el mundo del diseño y la IA
Skills Relacionados
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.