browser-test-review

Test completed features in a running web application using agent-browser.

1|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/addisonk/claude-code-skills --skill browser-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-test-review
Source: https://github.com/addisonk/claude-code-skills/tree/main/dev-tools/browser-test-review
Command: npx skills add https://github.com/addisonk/claude-code-skills --skill browser-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that recently implemented features, bug fixes, or completed todos function correctly in a live browser environment, providing visual confirmation and catching regressions.

Core Features & Use Cases

  • Browser-based Verification: Tests changes directly in a running web application.
  • Automated Interaction: Simulates user actions like navigation, form filling, and button clicks.
  • Visual Confirmation: Captures screenshots to document the verified state.
  • Error Detection: Checks for console errors during testing.
  • Use Case: After deploying a new user registration flow, use this Skill to test the entire sign-up process, including form submission and successful redirection, ensuring it works as expected.

Quick Start

Use the browser-test-review skill to open http://localhost:3000/dashboard and take a screenshot.

Frequently Asked Questions about browser-test-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser testing to verify a newly implemented web application feature?

Automated browser testing verifies implemented web application features by simulating user interactions like navigation, form filling, and button clicks. It captures screenshots for visual confirmation and checks for console errors to ensure feature completeness and catch regressions.

Can I use this to validate bug fixes in a live running web app?

Yes, bug validation in a live web app is achieved by interacting with the running application directly. The skill automates browser navigation and element interaction to visually confirm the bug fix works as expected and prevents regressions.

How do I capture screenshots during automated web interaction for visual verification?

Screenshots for visual verification are captured during automated web interaction by simulating user actions within the browser. This documents the verified state of the application after navigating to specific URLs like http://localhost:3000/dashboard.

Do I need agent-browser to automate form input and navigation for QA testing?

Yes, agent-browser is required to automate form input, element interaction, and navigation for QA testing. It provides the underlying browser automation capabilities needed to interact with the running web application and execute test scripts.

Does browser automation check for console errors during post-implementation verification?

Browser automation during post-implementation verification actively checks for console errors while testing. This error detection runs concurrently with simulated user actions like form submissions to ensure the application remains stable.

What is the best way to test a user registration flow from form submission to redirection?

The best way to test a user registration flow is by automating the entire sign-up process, including form input, button clicks, and successful redirection. This verifies the flow works as expected in a live browser environment.