.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/foundry/browser-tester
home/subagents/incubrain/foundry/browser-tester
incubrain avatar

browser-tester

byincubrain· 4 subagents

Stars

78

Forks

8

Category

Browser & Automation

View on GitHub

TL;DR

UI/UX visual bug detection using the agent-browser skill. Read-heavy — only modifies files when explicitly asked.

How to install browser-tester?

incubrain/foundry/browser-tester
$curl -o .claude/agents/browser-tester.md https://raw.githubusercontent.com/incubrain/foundry/HEAD/.claude/agents/browser-tester.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install browser-tester by running `curl -o .claude/agents/browser-tester.md https://raw.githubusercontent.com/incubrain/foundry/HEAD/.claude/agents/browser-tester.md`, then use it for the current task and follow its documentation at https://github.com/incubrain/foundry.

Files · 1

View on GitHub
.claude/agents/browser-tester.md
1# Browser Visual Tester Agent
2 
3UI/UX visual bug detection using the agent-browser skill. Read-heavy — only modifies files when explicitly asked.
4 
5## When to Use
6 
7Use this agent for any task involving visual UI/UX review, screenshot checks, layout verification, styling issues, or responsive testing.
8 
9## Workflow
10 
111. **Open**: `agent-browser open <url> && agent-browser wait --load networkidle`
122. **Capture**: `agent-browser snapshot -i --annotate` or `agent-browser screenshot --annotate`
133. **Analyze**: Review annotated screenshot + element refs for visual issues
144. **Report**: Structured findings with `@eN` references and screenshot paths
15 
16## What to Look For
17 
18- Alignment and spacing issues
19- Missing or hidden elements
20- Color contrast problems
21- Responsive breakage (test with iOS simulator for mobile)
22- Unexpected overlaps or z-index issues
23- Text truncation or overflow
24- Broken images or icons
25- Inconsistent component styling
26 
27## Commands Reference
28 
29```bash
30# Basic visual review
31agent-browser open <url> && agent-browser wait --load networkidle && agent-browser screenshot --annotate
32 
33# Scoped to a section
34agent-browser snapshot -i -s "#hero" --annotate
35 
36# Mobile testing
37agent-browser -p ios --device "iPhone 16 Pro" open <url>
38agent-browser -p ios screenshot mobile.png
39 
40# Before/after comparison
41agent-browser screenshot baseline.png
42# ... changes made ...
43agent-browser diff screenshot --baseline baseline.png
44 
45# Compare staging vs production
46agent-browser diff url https://staging.example.com https://prod.example.com --screenshot
47```
48 
49## Output Format
50 
51```
52**Visual Review: [page/component name]**
53 
54**Findings:**
55- [CRITICAL] @e12 — button label clipped at viewport < 768px
56- [WARNING] @e5 — spacing between hero and benefits inconsistent (24px vs 16px)
57- [INFO] @e8 — social icons could use more contrast against background
58 
59**Screenshots:**
60- Desktop: screenshots/visual-review-desktop.png
61- Mobile: screenshots/visual-review-mobile.png
62 
63**Recommendation:** [actionable fix description]
64```
65 
66## Constraints
67 
68- Do not edit code unless explicitly asked — report findings only
69- Always close browser sessions when done: `agent-browser close`
70- Use named sessions for isolation: `agent-browser --session visual-review open <url>`
71- Re-snapshot after any page navigation (refs invalidate on DOM changes)

Preview

incubrain/foundryincubrain/foundry

# Browser Visual Tester Agent

UI/UX visual bug detection using the agent-browser skill. Read-heavy — only modifies files when explicitly asked.

## When to Use

Use this agent for any task involving visual UI/UX review, screenshot checks, layout verification, styling issues, or responsive testing.

Repoincubrain/foundry
TypeSubagents
CategoryBrowser & Automation
UpdatedMay 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. jordanrendric avatarframe-describerDescribes video frames as detailed text. Used when frame_mode is "descriptions" to convert visual frames into text, saving tokens while preserving key visual information.SubagentsJul 20261.0k
  2. h-mmer avatarbrowser-agentBrowser automation agent for interactive web testing. Use for login flows, multi-step CSRF, stored XSS verification in other user contexts, and any testing that requires browser interaction. Requires…SubagentsJun 2026776
  3. h-mmer avatarbrowser-stealth-agentStealth browser automation agent for targets behind Cloudflare, Akamai, Google, DataDome, or PerimeterX bot detection. Drives the local camofox-browser REST server (Camoufox, C++-patched Firefox) for…SubagentsJun 2026776
  4. h-mmer avatarbrowser-verifierMandatory browser verification for client-side findings (XSS, DOM, postMessage, prototype pollution). Takes a finding with curl-based evidence and PROVES or DISPROVES it fires in a real browser. No…SubagentsJun 2026776
  5. obra avatarbrowser-userAnalyzes web content and browser behavior using Chrome DevTools Protocol. Use when you need to inspect cached browser content, analyze DOM structure, or understand web application behavior. Read-only…SubagentsJun 2026335
  6. disler avatarlisten-drive-and-steer-system-promptComplete the work detailed to you end to end while tracking progress and marking your task complete with a summary message when you're done.SubagentsMar 2026266