Browser Edge Cases

SOP + code patterns for fixing browser automation failures on LinkedIn, X, SPAs, Shadow DOM.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 65ddaea

⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 10, 2026; it's queued for a re-test.

For a stuck 'Load more' button, an unguided answer gave generic advice like checking the selector; the skill produced a working overlay-detection snippet and a 3-tier fallback pattern instead.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Browser Edge Cases does

A standard operating procedure for diagnosing and fixing browser-automation tool failures on complex sites (nested scroll containers, overlays, React synthetic events, huge DOMs, SPA hydration delays, Shadow DOM). Triggers when browser_click/scroll/type/snapshot succeed technically but produce no visible effect on sites like LinkedIn or Twitter/X.

How to install Browser Edge Cases

git clone https://github.com/aden-hive/hive
cd hive
mkdir -p ~/.claude/skills
cp -r .claude/skills/browser-edge-cases ~/.claude/skills/browser-edge-cases

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Browser Edge Cases

  • /browser-edge-cases SOP + code patterns for fixing browser automation failures on LinkedIn, X, SPAs, Shadow DOM.

It also activates on plain-language prompts like these:

  • Fix this browser_click that succeeds but has no visible effect on LinkedIn
  • Diagnose why my scroll isn't working inside this nested container
  • Handle Shadow DOM elements that browser automation can't reach on X

Frequently asked questions

Is the Browser Edge Cases skill free?
Yes. The skill itself is free from aden-hive/hive. SkillProof publishes the install command and an independent test verdict at no cost.
Does Browser Edge Cases work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. For a stuck 'Load more' button, an unguided answer gave generic advice like checking the selector; the skill produced a working overlay-detection snippet and a 3-tier fallback pattern instead.
What is the Browser Edge Cases SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Browser Edge Cases?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Browser Edge Cases with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.