11-browser-qa

11-browser-qa is a skill for Claude Code, Codex from ai-driven-dev/framework. It costs 55 tokens per session (306 once invoked), scanned A, original, MIT.

A browser-based quality check that records short videos of a defined web journey and selected edge cases. Edge cases are unusual or boundary situations that may expose problems.

In plain words
What is it for?
It helps verify prerequisites, choose a happy path and bounded edge cases, run them in a browser, record the results, and report the video paths and verdict.
Why use it?
It provides visual evidence of how a reviewed web change behaves without changing the application itself.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ai-driven-dev/framework/11-browser-qa
Any agent
npx skills add ai-driven-dev/framework --skill 11-browser-qa
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework

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 11-browser-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-driven-dev/framework/11-browser-qa.svg)](https://agentmods.dev/skills/ai-driven-dev/framework/11-browser-qa)
Your own site
<a href="https://agentmods.dev/skills/ai-driven-dev/framework/11-browser-qa"><img src="https://agentmods.dev/badge/skills/ai-driven-dev/framework/11-browser-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 306 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00055 $0.00306
Opus 5 $0.00028 $0.00153
Sonnet 5 $0.00011 $0.00061
Haiku 4.5 $0.00006 $0.00031

Measured yesterday against content hash d6eaa84f7d95, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

11-browser-qa 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 yesterday.

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.

plugins/aidd-dev/skills/11-browser-qa/SKILL.md · 30 lines

What it actually says

Browser QA

flowchart LR
  prerequisites["prerequisites"] --> scope["load-scope"] --> prepare["prepare-run"] --> run["run-scenarios"]

Actions

Read only the next action's file before running it.

# Action Does
00 prerequisites Verify the browser runner and media dependencies
01 load-scope Lock one happy path and a bounded set of sourced edge cases
02 prepare-run Resolve the shortest deterministic path to executable runs
03 run-scenarios Record, normalize, verify, reset, and report every scenario

Transversal rules

  • Run against a reviewed change and never patch the application.
  • Never spawn agents. Batch independent reads and tool checks, but keep state-changing browser work sequential.
  • Do not narrate action transitions, searches, fixtures, selectors, or successful checks. Report only a blocker, a required decision, or the final verdict and paths.
Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 30 lines · 55 tokens per session scan A d6eaa84f7d95

Subscribe to this mod's changes

11-browser-qa is a skill published in the GitHub repository ai-driven-dev/framework (453 stars, last pushed yesterday), licensed MIT. It adds 55 tokens to every session and 306 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories