diff-scoped-browser-qa

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

A branch- or pull-request testing workflow that derives browser scenarios from code changes, runs them in a real browser, and records the results.

In plain words
What is it for?
Use it to test a branch or PR through a local development server, run the automated suite, and produce a ready-or-not-ready report.
Why use it?
It shows whether changed user flows still work and separates passing, fixed, skipped, and blocked cases in one report.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to test a branch or PR through a local development server, run the automated suite, and produce a ready-or-not-ready report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/diff-scoped-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 diff-scoped-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 diff-scoped-browser-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa/github.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa/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 diff-scoped-browser-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/diff-scoped-browser-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,959 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 40
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00049 $0.01959
Opus 5 $0.00024 $0.00979
Sonnet 5 $0.00010 $0.00392
Haiku 4.5 $0.00005 $0.00196

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

Security

Grade A, and why

diff-scoped-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 3d 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.

.devin/skills/diff-scoped-browser-qa/SKILL.md · 62 lines

How it starts

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

Diff-scoped browser QA

Contract

Field Bound contract
Trigger /diff-scoped-browser-qa [PR number, branch name, or blank for current branch] [--port PORT]
Authority Reversible local: writes only the dogfood report under the resolved artifact root, auto-fix commits on the target branch, and transient artifacts in OS temp; rollback is version control for commits and the on-disk report checkpoint for the report. No remote mutation.
Side effect Drives a real browser, may autonomously fix small breakages with regression tests and commit them, and writes a dogfood report
Done Every matrix scenario is Pass, Fixed, Skipped, or terminal Blocked; the automated suite result is recorded and the report is finalized

Inputs

  • Target: a PR number, a branch name, or blank for the current branch. Optional --port PORT for the dev server.
  • A local dev server command the project supports (bin/dev, rails server, pnpm run dev, or the repository equivalent).
  • The agent-browser CLI installed on the host.
  • Product personas under <root>/personas/, optional; if absent, judge each scenario against the product's evident intended users.

Procedure

  1. Resolve the target and diff scope. A blank target means the current branch; the run is already on it, so no isolation is needed. A PR number stays a PR identity through isolation and checkout. Never collapse it to its head ref, whose name may itself be main. For a named branch other than the current one, offer isolation in a git worktree. If the user declines, check out the target in place, but first confirm if uncommitted changes would be disturbed. Never switch the primary checkout out from under the user. Never dogfood the trunk on a branch-name or blank target because there is no diff. A PR target always has a base and is always diffable. Done when: the target and diff scope are resolved with isolation handled.

  2. Resolve the artifact root <root>. Read docs_root from <repo-root>/.odin/config.yaml only (<repo-root> = git rev-parse --show-toplevel); do not read config.local.yaml. Unset -> <root> is docs. Validate a set value: a repo-relative directory whose real, symlink-resolved path stays inside the repo and is neither the repo root nor under .git/; otherwise stop with an error naming docs_root and the value; never fall back to docs. Create <root> if absent. Done when: <root> is resolved and validated, or the skill stops on an invalid docs_root.

Read the full file on GitHub · 62 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. 3d ago Changed · -45 tokens per session b2c01f208401
  2. 5d ago First seen · 62 lines · 94 tokens per session scan A 92b62d83ade1

Subscribe to this mod's changes

diff-scoped-browser-qa is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 3d ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,959 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

browser-testing

Test and debug browser code with Chrome DevTools MCP. Use when building or debugging browser UI, inspecting the DOM, capturing console errors, analyzing network requests, or verifying visual output.

OutlineDriven/odin-claude-plugin · 39 tokens

browse

Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack).

garrytan/gstack · 32 tokens

create-verification-skill

Create a repo-local verification skill and exhaustive feature map for driving a real app through its UI, CLI, or API. Use for "create a verification skill", "make a verify skill for this repo", or "document how agents can verify this app".

get-bb/bb · 57 tokens

browser-qa

A browser-based quality check for deployed web pages and user flows. It uses browser automation to test rendering, navigation, forms, interactions, responsive behaviour, and accessibility-related issues.

hashgraph-online/awesome-codex-plugins · 58 tokens

memstack-development-webapp-testing

Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.

cwinvestments/memstack · 75 tokens

webapp-selenium-testing

Author and maintain versioned Selenium WebDriver tests with Java and JUnit 5. Use for creating, debugging, or running Selenium specs, implementing Page Objects, handling explicit waits, capturing screenshots, or setting up Maven test projects. Supports Chrome, Firefox, and Edge. Keywords: Selenium WebDriver, Java…

fugazi/test-automation-skills-agents · 84 tokens