browser-qa-delivery

browser-qa-delivery is a skill for Claude Code, Codex from juspay/xyne-spaces. It costs 30 tokens per session (198 once invoked), scanned A, original, Apache-2.0.

A browser-based quality check for a self-contained HTML design artifact. It tests the rendered page, its main interaction, keyboard path, console, network requests, desktop layout, and narrow mobile layout before delivery.

In plain words
What is it for?
Use it to test and fix an HTML artifact, verify responsive behavior and interaction, remove development leftovers, and deliver the exact file that passed testing.
Why use it?
It catches runtime errors, failed assets, overflow, inaccessible focus behavior, and differences between what the code suggests and what the browser actually shows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to test and fix an HTML artifact, verify responsive behavior and interaction, remove development leftovers, and deliver the exact file that passed testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juspay/xyne-spaces/browser-qa-delivery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add juspay/xyne-spaces --skill browser-qa-delivery
Clone the repo
git clone --depth 1 https://github.com/juspay/xyne-spaces

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for browser-qa-delivery

README.md
[![agentmods](https://agentmods.dev/badge/skills/juspay/xyne-spaces/browser-qa-delivery/github.svg)](https://agentmods.dev/skills/juspay/xyne-spaces/browser-qa-delivery)
Your own site
<a href="https://agentmods.dev/skills/juspay/xyne-spaces/browser-qa-delivery"><img src="https://agentmods.dev/badge/skills/juspay/xyne-spaces/browser-qa-delivery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for browser-qa-delivery

Your own site · 80×15
<a href="https://agentmods.dev/skills/juspay/xyne-spaces/browser-qa-delivery"><img src="https://agentmods.dev/badge/skills/juspay/xyne-spaces/browser-qa-delivery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00198
Opus 5 $0.00015 $0.00099
Sonnet 5 $0.00006 $0.00040
Haiku 4.5 $0.00003 $0.00020

Measured 10d ago against content hash 93a7e576b567, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

browser-qa-delivery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/xyne-claw/design-skills/browser-qa-delivery/SKILL.md · 22 lines

What it actually says

Browser QA and delivery

Before delivery:

  1. Serve or open the artifact inside the writable sandbox.
  2. Navigate with the sandbox Playwright tools and capture a desktop screenshot.
  3. Inspect the semantic snapshot, browser console, and failed network requests.
  4. Test the primary interaction and keyboard focus path.
  5. Repeat at a narrow mobile viewport. Check overflow and content order.
  6. Fix defects and rerun the affected checks.
  7. Ensure the delivered document contains no inspector code, secrets, local-only URLs, missing assets, or development placeholders.
  8. Call sandbox-deliver-files with the exact HTML file that passed QA.

Do not paste the full source into chat. The attachment is the product; the final text should only identify what was delivered and any unavoidable limitation.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 22 lines · 30 tokens per session scan A 93a7e576b567

Subscribe to this mod's changes

browser-qa-delivery is a skill published in the GitHub repository juspay/xyne-spaces (143 stars, last pushed today), licensed Apache-2.0. It adds 30 tokens to every session and 198 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

playwright-pro

Production-grade Playwright testing skill for E2E suites, flaky test diagnosis, browser automation, migration from Cypress/Selenium, CI integration, visual checks, and regression validation.

seaworld008/Commonly-used-high-value-skills · 39 tokens

ui-test

Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…

mostafa-drz/claude-skills · 190 tokens

audit-ui-e2e

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

mostafa-drz/claude-skills · 152 tokens

capture-screens

Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…

mostafa-drz/claude-skills · 101 tokens

browser

Use when automating browser interactions, web scraping, or E2E UI testing using AI-optimized abbreviated selectors and isolated multi-session contexts.

mattmre/EVOKORE-MCP-PUBLIC · 30 tokens

playwright-visual-testing

Browser automation, visual testing, and screenshot validation using Playwright MCP server for accelerated web development. Master visual regression testing, automated UI testing, and cross-browser validation.

manutej/luxor-claude-marketplace · 39 tokens