What problem does it solve?
Developers and reviewers need a repeatable way to validate that UI changes in a pull request or branch do not break rendering, interactions, or critical flows; this Skill automates those checks so visual regressions and broken interactions are discovered before merging.
Core Features & Use Cases
- Map changed files to likely routes and components so only relevant pages are tested.
- Drive a local development server with the agent-browser CLI to capture interactive snapshots, perform clicks/fills, and take screenshots in headed or headless modes.
- Use Case: Run tests for a feature branch to verify a new dashboard component, capture failing screenshots, and create todos for follow-up fixes.
Quick Start
Run the test-browser skill to test pages affected by the current branch or a specific PR and get a summarized report of results.