Browser Reuse Guard: a Codex skill that forces reuse of existing tabs
Automation scripts often spawn fresh browser tabs, wasting resources and breaking workflows. Browser Reuse Guard inspects open tabs by URL, title, and rendered state, then reuses a suitable one before creating a new surface. It provides PowerShell validation and synchronization scripts, making it easy for developers to integrate into their Codex or automation pipelines. Compared to ad‑hoc scripts, it offers a tested, CI‑backed approach with clear decision rules.
View on GitHub →Sunwood-ai-labs/browser-reuse-guard