check-browser

Verify browser/UI state via API checks with Playwright fallback for visuals.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-browser
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/check-browser
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill check-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify browser/UI state efficiently using an API-first approach with optional browser automation for visuals.

Core Features & Use Cases

  • API-first verification: Check queue health, services, and incidents via lightweight API calls.
  • Smart fallback: Use browser automation only for visual checks when API data isn't sufficient.
  • Direct usage: Supports concise, question-based checks through the /check-browser command.

Quick Start

Ask a question with /check-browser to verify the desired browser state.

Frequently Asked Questions about check-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify UI state using API endpoints instead of browser automation?

You can verify UI state using an API-first approach by checking element existence and data status via lightweight API calls. Browser automation through Playwright is used only as a fallback for visual checks when API data is insufficient.

How do I check queue health and service incidents without a full browser test?

You can check queue health and service incidents through lightweight API calls. This API-first verification method confirms service status directly, avoiding the overhead of full browser automation for data-only checks.

When should I use Playwright for UI testing instead of API checks?

Playwright is used for UI testing when you need to verify visual attributes that API checks cannot confirm. The API-first approach serves as the default, with Playwright acting as a smart fallback specifically for visual checks.

How do I run a quick question-based browser status check?

You can run a quick browser status check by using the /check-browser command followed by your question. This triggers concise outputs that verify element existence, data status, or visual attributes based on your query.

Does API-first browser checking work for confirming visual attributes?

API-first browser checking handles data status and element existence, but relies on Playwright browser automation as a fallback for confirming visual attributes. This ensures visual checks are covered when API data is not sufficient.