browser-testing

Installation
SKILL.md

Browser Testing

Process

  1. Start dev server if not running
  2. Open application in browser
  3. Navigate through key pages
  4. Verify elements render correctly
  5. Check console for errors
  6. Test interactive elements (clicks, forms)
  7. Report findings

What to Verify

  • Page loads without JS errors
  • All images/assets load
  • Forms submit correctly
  • Navigation works
  • Responsive layout at different widths
  • No visual regressions
Installs
3
GitHub Stars
29
First Seen
Apr 12, 2026
browser-testing — neuron-one/godmode