askill
browser-testing

browser-testingSafety 100Repository

Use when testing web applications, debugging browser console errors, automating form interactions, or verifying UI implementations. Load for localhost testing, authenticated app testing (Gmail, Notion), or recording demo GIFs. Requires Chrome extension 1.0.36+, Claude Code 2.0.73+, paid plan.

5 stars
1.2k downloads
Updated 1/2/2026

Package Files

Loading files...
SKILL.md

Browser Testing

Test and debug web applications via Chrome integration.

Prerequisites

RequirementMinimum
Chrome extension1.0.36+
Claude Code CLI2.0.73+
PlanPro/Team/Enterprise

Instructions

  1. Enable Chrome: claude --chrome or /chrome
  2. Get tab context: tabs_context_mcp
  3. Navigate: navigate to URL
  4. Interact: find, form_input, computer
  5. Verify: read_console_messages, read_page
  6. Evidence: computer(action="screenshot")

Quick Commands

# Check for console errors
scripts/check-console-errors.sh TAB_ID

# Verify page loaded
scripts/verify-page-load.sh TAB_ID URL

# Run smoke test
scripts/smoke-test.sh URL

MCP Tools

ToolPurpose
tabs_context_mcpGet tab IDs (call first)
navigateGo to URL
computerClick, type, screenshot
findFind element by description
form_inputFill form fields
read_console_messagesDebug with pattern filter
read_pageGet DOM/accessibility tree
gif_creatorRecord interactions

References

FileLoad When
references/patterns.mdDesigning test scenarios
references/examples.mdNeed concrete examples

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

92/100Analyzed 2/4/2026

A high-quality, actionable skill for browser testing using Claude Code. It provides clear prerequisites, tool mappings, and step-by-step instructions for web automation and debugging.

100
95
90
95
90

Metadata

Licenseunknown
Version-
Updated1/2/2026
Publisheringpoc

Tags

llmtesting