browser-testing

Installation
SKILL.md

Browser Testing

Verify the requested behavior with the least browser output needed to reach a confident result.

Choose the browser tool

Use Playwright MCP by default for:

  • navigating and interacting with pages
  • verifying links, buttons, forms, dialogs, menus, carousels, and keyboard behavior
  • checking responsive behavior at specific viewport sizes
  • inspecting accessible names, roles, and states
  • taking a small number of final screenshots when visual evidence matters
  • reproducing user flows and confirming acceptance criteria

Use Chrome DevTools MCP only when the task requires browser internals that Playwright cannot expose precisely enough:

Installs
1
GitHub Stars
4
First Seen
1 day ago
browser-testing — nickytonline/skills