Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Browser Verification

ASecurity

Confirms a user-interface change actually works by loading it in a real browser and checking rendering, interaction, keyboard access, console output, network calls, and responsive behavior. Use after any visual or interactive change, when a test passes but the page might not, or before claiming a UI change is done.

9 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentsdebuggingfrontend

Works with

cli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add khuynh22/agent-dev-team --skill browser-verification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Browser Verification?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Browser Verification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/khuynh22-browser-verification/badge)](https://www.skillsdirectory.com/skills/khuynh22-browser-verification)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: browser-verification
description: Confirms a user-interface change actually works by loading it in a real browser and checking rendering, interaction, keyboard access, console output, network calls, and responsive behavior. Use after any visual or interactive change, when a test passes but the page might not, or before claiming a UI change is done.
license: MIT
metadata:
  phase: verify
  owners: [frontend-engineer, ux-reviewer]
  version: "0.1.0"
---

# Browser Verification

A passing test says the test passes. It does not say the element is visible, that focus is
where the user can see it, or that the console is full of errors. Load the page.

## Sequence

1. **Load it.** Note anything that appears wrong before you touch anything.

2. **Console.** Read every error and warning, including the ones that were already there.
   A pre-existing error is still your finding; report it even if it is not yours to fix.

3. **Network.** Check for a failed request, a duplicated request, a request that fires on
   every keystroke, and a payload much larger than the page uses.

4. **Interact.** Walk the actual path a user walks. Click the primary action. Submit the
   form with valid input, then with invalid input, then with nothing.

5. **Keyboard only.** Stop using the mouse. Tab through every control. Confirm:
   - every interactive element is reachable,
   - focus is visible at every step,
   - focus order follows visual order,
   - a modal traps focus, closes on `Escape`, and returns focus where it came from.

6. **States.** Force each one and look at it: empty, loading, error, partial, long content.
   Throttle the network to see loading; block the request to see the error. A state you
   never rendered is a state you have not verified.

7. **Responsive.** 320 pixels wide, then 200% zoom. Nothing may scroll horizontally, and
   nothing may be clipped or overlap.

8. **Theme.** Light and dark, if the product has both.

## Evidence

Report what you observed, not what you expect:

```markdown
## Browser verification: <page or component>
- **Loaded:** <url> — <viewport>
- **Console:** clean | <the errors, quoted>
- **Network:** <failed, duplicated, or oversized requests; or "clean">
- **Interaction:** <path walked, result>
- **Keyboard:** <reachable / focus visible / trap behavior>
- **States checked:** empty | loading | error | partial | long-content
- **Responsive:** 320px <result> · 200% zoom <result>
- **Findings:** <each with what a user experiences>
```

"It renders" is not evidence. Say what you did and what happened.

## When something looks wrong

Do not immediately edit. Check in this order, because the first two are free:

1. Is it a stale build or a cached asset? Hard reload.
2. Is the console already telling you? Read the error before reading the code.
3. Is the element present but hidden, or absent? Inspect it. Those are different bugs.
4. Is the data wrong, or is the rendering wrong? Check the network response.

Then, if the cause is still unknown, use `systematic-debugging`.

## Red flags

| Thought | Reality |
|---------|---------|
| "The test passes, so the page works" | Tests do not catch invisible focus, a console full of errors, or an element behind a modal. |
| "I'll check the console if something looks broken" | Read it every time. It usually reports the bug before you see it. |
| "That console error was already there" | Report it. Pre-existing is not the same as acceptable. |
| "It looks fine on my screen" | 320 pixels, 200% zoom, long content. |
| "Keyboard access is a separate task" | It is one minute of tabbing, and it finds real bugs. |
| "I could not reproduce the loading state" | Throttle the network. Every state is forceable. |

Attribution

khuynh22khuynh22
View sourceMore from khuynh22 →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →