browser-qa

browser-qa is a skill for Codex from OutlineDriven/outline-driven-development. It costs 38 tokens per session (624 once invoked), scanned A, original, Apache-2.0.

A command that runs configured build, test, and lint checks for a web project and writes a report of the results. Lint checks commonly flag code-style and basic code-quality problems.

In plain words
What is it for?
Use it to check a whole working tree or selected changes and record each check’s status and findings.
Why use it?
It gives you a repeatable verification report without entering a cycle of automatically fixing the findings.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to check a whole working tree or selected changes and record each check’s status and findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/browser-qa
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 OutlineDriven/outline-driven-development --skill browser-qa
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/outline-driven-development

Made for: 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/browser-qa.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/browser-qa)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/browser-qa"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/browser-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 624 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.00038 $0.00624
Opus 5 $0.00019 $0.00312
Sonnet 5 $0.00008 $0.00125
Haiku 4.5 $0.00004 $0.00062

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

Security

Grade A, and why

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.

.devin/skills/browser-qa/SKILL.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Browser qa

Contract

Field Bound contract
Trigger The user runs /browser-qa to run a QA verification pass and get report-only results.
Authority Reversible local: writes only one local QA report under the working tree; rollback is deleting the report. No remote mutation. No source or VCS mutation.
Side effect A QA report only. No fix loop, no file edits, no further checks after the report is returned.
Done Report-only verification results are returned: per-check status and findings in one local report file.

Inputs

  • The working tree or change set to verify. Supply a scope (paths or diff range) to narrow the pass; without one, verify the whole tree.
  • Optional: an ordered list of check commands to run. If omitted, run the project's configured QA checks in order: build, then tests, then lint.

Procedure

  1. Bound scope to the supplied paths or diff range, or the whole tree when none is given. Do not read or change files outside that scope. Done when: the scope boundary is established and enforced.
  2. Run each configured QA check in order (build, then tests, then lint) and capture exit status, stdout, and stderr for each. Done when: every check has been run or recorded as non-runnable.
  3. Collect every finding into a single list tagged by check name and severity. Done when: all findings are collected with their check and severity tags.
  4. Write the findings to one local QA report file under the repository working tree. Done when: the report file exists with all findings.
  5. Return the report contents as the result. Done when: the report contents are returned.
  6. After step 5, do not apply fixes, edit files, or run more checks. This report-only variant intentionally skips the fix loop. Done when: no fixes are applied and no further checks run.

Failure and recovery

  • Check command missing or non-runnable: record the command name and error in the report; continue the remaining checks. Do not substitute a different command.
  • A check returns non-zero: that is a finding, not a skill failure. Record it and proceed to the next check.
  • Report file unwritable: return the findings inline and state that the write failed; do not create a partial file.
  • Rollback: delete the report file. No source, VCS, or remote state is mutated, so no further recovery is required.
  • Blocked: return a report listing which checks ran, which could not, and the findings collected. Never claim the done predicate when a requested check never ran.

Read the full file on GitHub · 42 lines

Files

What ships with it

1 file 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 Changed · -27 tokens per session a40c9dca2375
  2. 4d ago First seen · 42 lines · 65 tokens per session scan A ac0f538b429c

Subscribe to this mod's changes

browser-qa is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 2d ago), licensed Apache-2.0. It adds 38 tokens to every session and 624 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-09-03.

Related

Other skills, from other repositories

afrexai-react-production

Complete methodology for building production-grade React applications with architecture decisions, component design, state management, performance optimization, testing, and deployment.

LeoYeAI/openclaw-master-skills · 32 tokens

organizing-conversations-code

File layout for the conversations product. Use when adding, moving, renaming, or reviewing files under products/conversations/ — especially frontend components, scenes, helpers, and tests. Conversations React components live in their own folder under products/conversations/frontend/components/, never as loose files in…

PostHog/posthog · 80 tokens

devlab-web-test-e2e

A browser end-to-end testing skill for Vue and React applications. End-to-end testing checks a feature through the browser, from a user's actions to the resulting behavior, using Playwright.

seed-forge/harness-ai-kit · 61 tokens

component-creation

Step-by-step workflow for creating accessible, tested UI components. Use when the user asks to create a new UI component.

girijashankarj/cursor-handbook · 28 tokens

skill-open-design-ui

Apply open-design product UI workflow for premium visual redesigns, dashboards, landing pages, design tokens, component libraries, responsive product screens, visual QA, anti-generic styling, and professional frontend delivery.

IAPro-Community/Orquestrador-Maestro · 45 tokens

visual-validate

Validate UI changes in a real browser using Chrome DevTools or Playwright MCP. Takes screenshots, compares before/after, exercises interactions, captures console errors. Use when user asks to "visual validate", "/visual-validate", "check the UI", "screenshot before/after", or finishes a UI change. Don't use for unit…

helderberto/agent-skills · 96 tokens